COLOR #953FA5

HEX: #953FA5
RGB: (149,63,165)

Renk bilgisi

#953FA5 contains mainly red and blue colors. #953FA5 ‘ nin web güvenlik rengi #993399 (ya da #939) dir.

RGB renk modeli

#953FA5 color RGB value is (149,63,165).

  • kırmız ton 149;
  • yeşil ton 63;
  • mavi ton 165.
RGB:
(149,63,165)
(58%,25%,65%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 63 of 255 = 25%
B 165 of 255 = 65%

149
63
165

R + G + B ~ 49%. #953FA5 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 63 + 165 = 377 (100%)
R 149 of 377 ~ 39.52%
G 63 of 377 ~ 16.71%
B 165 of 377 ~ 43.77%

%39.52
%16.71
%43.77

CMYK RENK MODELİ

#953FA5 rengi CMYK tonu (10,62,0,35).

  • camgöbeği tonu 9.70%
  • eflatun tonu 61.82%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(10,62,0,35)
C10M62Y0K35 
(10%,62%,0%,35%)
(0.10/0.62/0.00/0.35)	

CMYK yüzdeleri

%9.7
%61.82
%0
%35.29

Codes

Color #953FA5 in popluar color models

953FA5
RGB14963165
HSL291°44.74%44.71%
HSB/HSV291°61.82%64.71%
CMYK9.70%61.82%0.00%
35.29%

Color #953FA5 in popluar number systems.

HEX953FA5
Decimal14963165
Binary1001010111111110100101
Octal22577245

Shades and tints

Shades of #953FA5

#953FA5
(149,63,165)
#883A96
(136,58,150)
#7B3587
(123,53,135)
#6E3078
(110,48,120)
#612B69
(97,43,105)
#54265A
(84,38,90)
#47214B
(71,33,75)
#3A1C3C
(58,28,60)
#2D172D
(45,23,45)
#20121E
(32,18,30)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #953FA5

#953FA5
(149,63,165)
#9E50AD
(158,80,173)
#A761B5
(167,97,181)
#B072BD
(176,114,189)
#B983C5
(185,131,197)
#C294CD
(194,148,205)
#CBA5D5
(203,165,213)
#D4B6DD
(212,182,221)
#DDC7E5
(221,199,229)
#E6D8ED
(230,216,237)
#EFE9F5
(239,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #953FA5 color. Also use rgb(149,63,165) instead hex code.

Text Font Color

.myTextColor { color: #953FA5; }

<p style="color:#953FA5">This sample text font color is #953FA5.</p>

This text font color is #953FA5.


Background Color

.myBgColor { background-color: #953FA5; }

<div style="background-color:#953FA5">Inner text</div>

This div background color is #953FA5.


Border color

.myBorderColor { border: 1px solid #953FA5; }

<div style="border:3px solid #953FA5">Div</div>

This div border color is #953FA5.


Opacity

.myOpacity80 { color: #953FA5; opacity: 0.8; }

<p style="color:#953FA5;opacity:0.8;">80%</p>

Text with #953FA5 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #953FA5;}

<p style="text-shadow: 3px 3px 1px #953FA5">Text here.</p>

This text has shadow with #953FA5 color.

.textShadow {text-shadow: 3px 3px 1px #953FA5, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #953FA5, 5px 5px 20px red">Text here.</p>

This text has shadow with #953FA5 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#953FA5, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#953FA5, Direction=45, Strength=4)">Text</p>

This text has shadow with #953FA5 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #953FA5;
  -webkit-box-shadow:	1px 1px 3px 2px #953FA5;
  box-shadow:		1px 1px 3px 2px #953FA5;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #953FA5;
-webkit-box-shadow: 1px 1px 3px 2px #953FA5;
box-shadow:1px 1px 3px 2px #953FA5;">
Div content here</div>
This div box has shadow with color #953FA5.

Preview

Color preview on black background

This text has color #953FA5 on black background.


Color preview on white background

This text has color #953FA5 on white background.



Black color preview on #953FA5 background

This text has black color on #953FA5 background.


White color preview on #953FA5 background

This text has white color on #953FA5 background.