COLOR #9C5895

HEX: #9C5895 RGB: (156,88,149)

Color info

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

RGB color model

#9C5895 color RGB value is (156,88,149).

RGB: (156,88,149) (61%, 35%, 58%)

RGB channels and saturation

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

156
88
149

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

Portions of RGB colors in percentages

R + G + B = 156 + 88 + 149 = 393 (100%)
R 156 of 393 ~ 39.69%
G 88 of 393 ~ 22.39%
B 149 of 393 ~ 37.91'%

%39.69
%22.39
%37.91

CMYK color model

#9C5895 color CMYK value is (0,44,4,39).

  • cyan value is 0.00%
  • magenta value is 43.59%
  • yellow value is 4.49%
  • key color value is 38.82%
CMYK: (0,44,4,39) C0M44Y4K39 (0%,44%,4%,39%) (0.00/0.44/0.04/0.39) 

CMYK percentages

%0
%43.59
%4.49
%38.82

Codes

Color #9C5895 in popluar color models

9C 58 95
RGB 156 88 149
HSL 306° 27.87% 47.84%
HSB/HSV 306° 43.59% 61.18%
CMYK 0.00% 43.59% 4.49%
38.82%

Color #9C5895 in popluar number systems.

HEX 9C 58 95
Decimal 156 88 149
Binary 10011100 1011000 10010101
Octal 234 130 225

Shades and tints

Shades of #9C5895

#9C5895
(156,88,149)
#8E5088
(142,80,136)
#80487B
(128,72,123)
#72406E
(114,64,110)
#643861
(100,56,97)
#563054
(86,48,84)
#482847
(72,40,71)
#3A203A
(58,32,58)
#2C182D
(44,24,45)
#1E1020
(30,16,32)
#100813
(16,8,19)
#000000
(0,0,0)

Tints of #9C5895

#9C5895
(156,88,149)
#A5679E
(165,103,158)
#AE76A7
(174,118,167)
#B785B0
(183,133,176)
#C094B9
(192,148,185)
#C9A3C2
(201,163,194)
#D2B2CB
(210,178,203)
#DBC1D4
(219,193,212)
#E4D0DD
(228,208,221)
#EDDFE6
(237,223,230)
#F6EEEF
(246,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C5895; }

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

This text font color is #9C5895.

Background Color

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

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

This div background color is #9C5895.

Border color

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

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

This div border color is #9C5895.

Opacity

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

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

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

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

This text has shadow with #9C5895 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C5895.

Preview

Color preview on black background

This text has color #9C5895 on black background.


Color preview on white background

This text has color #9C5895 on white background.


Black color preview on #9C5895 background

This text has black color on #9C5895 background.


White color preview on #9C5895 background

This text has white color on #9C5895 background.


Related colors

Complementary color

Complementary color for #hex is #63A76A.


I love getcolorcode.com

Triadic colors

1 #959C58 and #58959C with #9C5895 are triadic colors.

2 #95589C and #589C95 with #9C5895 are triadic colors.