COLOR #9C19B6

HEX: #9C19B6
RGB: (156,25,182)

Color info

#9C19B6 contains mainly red and blue colors. Web safe color of #9C19B6 is #9900CC (or #90C).

RGB color model

#9C19B6 color RGB value is (156,25,182).

  • red value is 156;
  • green value is 25;
  • blue value is 182.
RGB:
(156,25,182)
(61%,10%,71%)

RGB channels and saturation

R 156 of 255 = 61%
G 25 of 255 = 10%
B 182 of 255 = 71%

156
25
182

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

Portions of RGB colors in percentages

R + G + B =
156 + 25 + 182 = 363 (100%)
R 156 of 363 ~ 42.98%
G 25 of 363 ~ 6.89%
B 182 of 363 ~ 50.14%

%42.98
%50.14

CMYK color model

#9C19B6 color CMYK value is (14,86,0,29).

  • cyan value is 14.29%
  • magenta value is 86.26%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(14,86,0,29)
C14M86Y0K29 
(14%,86%,0%,29%)
(0.14/0.86/0.00/0.29)	

CMYK percentages

%14.29
%86.26
%0
%28.63

Codes

Color #9C19B6 in popluar color models

9C19B6
RGB15625182
HSL290°75.85%40.59%
HSB/HSV290°86.26%71.37%
CMYK14.29%86.26%0.00%
28.63%

Color #9C19B6 in popluar number systems.

HEX9C19B6
Decimal15625182
Binary100111001100110110110
Octal23431266

Shades and tints

Shades of #9C19B6

#9C19B6
(156,25,182)
#8E17A6
(142,23,166)
#801596
(128,21,150)
#721386
(114,19,134)
#641176
(100,17,118)
#560F66
(86,15,102)
#480D56
(72,13,86)
#3A0B46
(58,11,70)
#2C0936
(44,9,54)
#1E0726
(30,7,38)
#100516
(16,5,22)
#000000
(0,0,0)

Tints of #9C19B6

#9C19B6
(156,25,182)
#A52DBC
(165,45,188)
#AE41C2
(174,65,194)
#B755C8
(183,85,200)
#C069CE
(192,105,206)
#C97DD4
(201,125,212)
#D291DA
(210,145,218)
#DBA5E0
(219,165,224)
#E4B9E6
(228,185,230)
#EDCDEC
(237,205,236)
#F6E1F2
(246,225,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C19B6 color. Also use rgb(156,25,182) instead hex code.

Text Font Color

.myTextColor { color: #9C19B6; }

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

This text font color is #9C19B6.


Background Color

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

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

This div background color is #9C19B6.


Border color

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

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

This div border color is #9C19B6.


Opacity

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

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

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

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

This text has shadow with #9C19B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C19B6 on black background.


Color preview on white background

This text has color #9C19B6 on white background.



Black color preview on #9C19B6 background

This text has black color on #9C19B6 background.


White color preview on #9C19B6 background

This text has white color on #9C19B6 background.