COLOR #9C5893

HEX: #9C5893
RGB: (156,88,147)

Color info

#9C5893 contains mainly red and blue colors. Web safe color of #9C5893 is #996699 (or #969).

RGB color model

#9C5893 color RGB value is (156,88,147).

  • red value is 156;
  • green value is 88;
  • blue value is 147.
RGB:
(156,88,147)
(61%,35%,58%)

RGB channels and saturation

R 156 of 255 = 61%
G 88 of 255 = 35%
B 147 of 255 = 58%

156
88
147

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

Portions of RGB colors in percentages

R + G + B =
156 + 88 + 147 = 391 (100%)
R 156 of 391 ~ 39.9%
G 88 of 391 ~ 22.51%
B 147 of 391 ~ 37.6%

%39.9
%22.51
%37.6

CMYK color model

#9C5893 color CMYK value is (0,44,6,39).

  • cyan value is 0.00%
  • magenta value is 43.59%
  • yellow value is 5.77%
  • key color value is 38.82%
CMYK:
(0,44,6,39)
C0M44Y6K39 
(0%,44%,6%,39%)
(0.00/0.44/0.06/0.39)	

CMYK percentages

%0
%43.59
%5.77
%38.82

Codes

Color #9C5893 in popluar color models

9C5893
RGB15688147
HSL308°27.87%47.84%
HSB/HSV308°43.59%61.18%
CMYK0.00%43.59%5.77%
38.82%

Color #9C5893 in popluar number systems.

HEX9C5893
Decimal15688147
Binary10011100101100010010011
Octal234130223

Shades and tints

Shades of #9C5893

#9C5893
(156,88,147)
#8E5086
(142,80,134)
#804879
(128,72,121)
#72406C
(114,64,108)
#64385F
(100,56,95)
#563052
(86,48,82)
#482845
(72,40,69)
#3A2038
(58,32,56)
#2C182B
(44,24,43)
#1E101E
(30,16,30)
#100811
(16,8,17)
#000000
(0,0,0)

Tints of #9C5893

#9C5893
(156,88,147)
#A5679C
(165,103,156)
#AE76A5
(174,118,165)
#B785AE
(183,133,174)
#C094B7
(192,148,183)
#C9A3C0
(201,163,192)
#D2B2C9
(210,178,201)
#DBC1D2
(219,193,210)
#E4D0DB
(228,208,219)
#EDDFE4
(237,223,228)
#F6EEED
(246,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C5893 color. Also use rgb(156,88,147) instead hex code.

Text Font Color

.myTextColor { color: #9C5893; }

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

This text font color is #9C5893.


Background Color

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

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

This div background color is #9C5893.


Border color

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

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

This div border color is #9C5893.


Opacity

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

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

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

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

This text has shadow with #9C5893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C5893 on black background.


Color preview on white background

This text has color #9C5893 on white background.



Black color preview on #9C5893 background

This text has black color on #9C5893 background.


White color preview on #9C5893 background

This text has white color on #9C5893 background.