#9C19A0

Color #9C19A0 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #9C19A0

Tints of Dark Magenta #9C19A0

Color information

#9C19A0 (or 0x9C19A0) is unknown color: approx Dark Magenta. HEX triplet: 9C, 19 and A0. RGB value is (156,25,160). Sum of RGB (Red+Green+Blue) = 156+25+160=341 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.75% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 160 (62.89% from 255 or 46.92% from 341); Max value from RGB is 160 - color contains mainly: blue. Hex color #9C19A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C19A0 is #63E65F. Grayscale: #4F4F4F. Windows color (decimal): -6547040 or 10492316. OLE color: 10492316.

HSL color Cylindrical-coordinate representation of color #9C19A0: hue angle of 298.22º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9C19A0 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB15625160-
CMYK0.020.8400.37
HSL298.22º72.97%36.27%-
HSV(B)298.22º84.38%62.75%-
XYZ20.410.334.17-
YUV79.56173.4182.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 156 (61.33% from 255) = 45.75%
GREEN value IS 25 (10.16% from 255) = 7.33%
BLUE value IS 160 (62.89% from 255) = 46.92%
R=45.75%
G=7.33%
B=46.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal156251600.020.8400.37298.2272.9736.27
Hex9C19A025402512a4924
Octal23431240212404545211144
Binary10011100110011010000010101010001001011001010101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C19A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C19A0; }

 p { color: rgb(156,25,160); }

 H1.HeaderClassName
 {
   color: #9C19A0;
 }
 .AnyTagClassName
 {
   color: #9C19A0;
 }
</style>
background-color css

<style>
 a { background-color: #9C19A0; }

 a { background-color: rgb(156,25,160); }

 div.DivClassName
 {
   background-color: #9C19A0;
 }
 .BgClassName
 {
   background-color: #9C19A0;
 }
</style>
border-color css

<style>
 span { border-color: #9C19A0; }

 span { border-color: rgb(156,25,160); }

 td.TdClassName
 {
   border-color: #9C19A0;
 }
 .TagClassName
 {
   border-color: #9C19A0;
 }
</style>