COLOR #9F5CB8

HEX: #9F5CB8 RGB: (159,92,184)

Color info

#9F5CB8 contains mainly red and blue colors. Web safe color of #9F5CB8 is #9966CC (or #96C).

RGB color model

#9F5CB8 color RGB value is (159,92,184).

RGB: (159,92,184) (62%, 36%, 72%)

RGB channels and saturation

R 159 of 255 = 62%
G 92 of 255 = 36%
B 184 of 255 = 72%

159
92
184

R + G + B ~ 57%. #9F5CB8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 159 + 92 + 184 = 435 (100%)
R 159 of 435 ~ 36.55%
G 92 of 435 ~ 21.15%
B 184 of 435 ~ 42.3'%

%36.55
%21.15
%42.3

CMYK color model

#9F5CB8 color CMYK value is (14,50,0,28).

  • cyan value is 13.59%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (14,50,0,28)
C14M50Y0K28 (14%, 50%, 0%, 28%)
(0.14 / 0.50 / 0.00 / 0.28)

CMYK percentages

%13.59
%50
%0
%27.84

Codes

Color #9F5CB8 in popluar color models

9F 5C B8
RGB 159 92 184
HSL 284° 39.32% 54.12%
HSB/HSV 284° 50.00% 72.16%
CMYK 13.59% 50.00% 0.00%
27.84%

Color #9F5CB8 in popluar number systems.

HEX 9F 5C B8
Decimal 159 92 184
Binary 10011111 1011100 10111000
Octal 237 134 270

Shades and tints

Shades of #9F5CB8

#9F5CB8
(159,92,184)
#9154A8
(145,84,168)
#834C98
(131,76,152)
#754488
(117,68,136)
#673C78
(103,60,120)
#593468
(89,52,104)
#4B2C58
(75,44,88)
#3D2448
(61,36,72)
#2F1C38
(47,28,56)
#211428
(33,20,40)
#130C18
(19,12,24)
#000000
(0,0,0)

Tints of #9F5CB8

#9F5CB8
(159,92,184)
#A76ABE
(167,106,190)
#AF78C4
(175,120,196)
#B786CA
(183,134,202)
#BF94D0
(191,148,208)
#C7A2D6
(199,162,214)
#CFB0DC
(207,176,220)
#D7BEE2
(215,190,226)
#DFCCE8
(223,204,232)
#E7DAEE
(231,218,238)
#EFE8F4
(239,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F5CB8 color. Also use rgb(159,92,184) instead hex code.

Text Font Color

.myTextColor { color: #9F5CB8; }

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

This text font color is #9F5CB8.

Background Color

.myBgColor { background-color: #9F5CB8; }

<div style="background-color:#9F5CB8">Inner text</div>

This div background color is #9F5CB8.

Border color

.myBorderColor { border: 1px solid #9F5CB8; }

<div style="border:3px solid #9F5CB8">Div</div>

This div border color is #9F5CB8.

Opacity

.myOpacity80 { color: #9F5CB8; opacity: 0.8; }

<p style="color:#9F5CB8;opacity:0.8;">80%</p>

Text with #9F5CB8 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 #9F5CB8;}

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

This text has shadow with #9F5CB8 color.


.textShadow {text-shadow: 3px 3px 1px #9F5CB8', 3px 3px 1px red;}

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

This text has shadow with #9F5CB8 primary color and red secondary color.


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

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

This text has shadow with #9F5CB8 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9F5CB8; -webkit-box-shadow: 1px 1px 3px 2px #9F5CB8; box-shadow:1px 1px 3px 2px #9F5CB8;">
Div content here
</div>

This div box has shadow with color #9F5CB8.

Preview

Color preview on black background

This text has color #9F5CB8 on black background.


Color preview on white background

This text has color #9F5CB8 on white background.


Black color preview on #9F5CB8 background

This text has black color on #9F5CB8 background.


White color preview on #9F5CB8 background

This text has white color on #9F5CB8 background.


Related colors

Complementary color

Complementary color for #hex is #60A347.


I love getcolorcode.com

Triadic colors

1 #B89F5C and #5CB89F with #9F5CB8 are triadic colors.

2 #B85C9F and #5C9FB8 with #9F5CB8 are triadic colors.