COLOR #955DAF

HEX: #955DAF
RGB: (149,93,175)

Renk bilgisi

#955DAF contains mainly red and blue colors. #955DAF ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#955DAF color RGB value is (149,93,175).

  • kırmız ton 149;
  • yeşil ton 93;
  • mavi ton 175.
RGB:
(149,93,175)
(58%,36%,69%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 93 of 255 = 36%
B 175 of 255 = 69%

149
93
175

R + G + B ~ 54%. #955DAF is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 93 + 175 = 417 (100%)
R 149 of 417 ~ 35.73%
G 93 of 417 ~ 22.3%
B 175 of 417 ~ 41.97%

%35.73
%22.3
%41.97

CMYK RENK MODELİ

#955DAF rengi CMYK tonu (15,47,0,31).

  • camgöbeği tonu 14.86%
  • eflatun tonu 46.86%
  • sarı tonu 0.00%
  • ana renk tonu 31.37%
CMYK:
(15,47,0,31)
C15M47Y0K31 
(15%,47%,0%,31%)
(0.15/0.47/0.00/0.31)	

CMYK yüzdeleri

%14.86
%46.86
%0
%31.37

Codes

Color #955DAF in popluar color models

955DAF
RGB14993175
HSL281°33.88%52.55%
HSB/HSV281°46.86%68.63%
CMYK14.86%46.86%0.00%
31.37%

Color #955DAF in popluar number systems.

HEX955DAF
Decimal14993175
Binary10010101101110110101111
Octal225135257

Shades and tints

Shades of #955DAF

#955DAF
(149,93,175)
#8855A0
(136,85,160)
#7B4D91
(123,77,145)
#6E4582
(110,69,130)
#613D73
(97,61,115)
#543564
(84,53,100)
#472D55
(71,45,85)
#3A2546
(58,37,70)
#2D1D37
(45,29,55)
#201528
(32,21,40)
#130D19
(19,13,25)
#000000
(0,0,0)

Tints of #955DAF

#955DAF
(149,93,175)
#9E6BB6
(158,107,182)
#A779BD
(167,121,189)
#B087C4
(176,135,196)
#B995CB
(185,149,203)
#C2A3D2
(194,163,210)
#CBB1D9
(203,177,217)
#D4BFE0
(212,191,224)
#DDCDE7
(221,205,231)
#E6DBEE
(230,219,238)
#EFE9F5
(239,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #955DAF color. Also use rgb(149,93,175) instead hex code.

Text Font Color

.myTextColor { color: #955DAF; }

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

This text font color is #955DAF.


Background Color

.myBgColor { background-color: #955DAF; }

<div style="background-color:#955DAF">Inner text</div>

This div background color is #955DAF.


Border color

.myBorderColor { border: 1px solid #955DAF; }

<div style="border:3px solid #955DAF">Div</div>

This div border color is #955DAF.


Opacity

.myOpacity80 { color: #955DAF; opacity: 0.8; }

<p style="color:#955DAF;opacity:0.8;">80%</p>

Text with #955DAF 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 #955DAF;}

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

This text has shadow with #955DAF color.

.textShadow {text-shadow: 3px 3px 1px #955DAF, 3px 3px 1px red;}

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

This text has shadow with #955DAF primary color and red secondary color.


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

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

This text has shadow with #955DAF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #955DAF on black background.


Color preview on white background

This text has color #955DAF on white background.



Black color preview on #955DAF background

This text has black color on #955DAF background.


White color preview on #955DAF background

This text has white color on #955DAF background.