#9C19A5

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

Shades of Dark Magenta #9C19A5

Tints of Dark Magenta #9C19A5

Color information

#9C19A5 (or 0x9C19A5) is unknown color: approx Dark Magenta. HEX triplet: 9C, 19 and A5. RGB value is (156,25,165). Sum of RGB (Red+Green+Blue) = 156+25+165=346 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.09% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 165 (64.84% from 255 or 47.69% from 346); Max value from RGB is 165 - color contains mainly: blue. Hex color #9C19A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C19A5 is #63E65A. Grayscale: #4F4F4F. Windows color (decimal): -6547035 or 10819996. OLE color: 10819996.

HSL color Cylindrical-coordinate representation of color #9C19A5: hue angle of 296.14º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9C19A5 is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB15625165-
CMYK0.050.8500.35
HSL296.14º73.68%37.25%-
HSV(B)296.14º84.85%64.71%-
XYZ20.8510.4836.52-
YUV80.13175.9182.12-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.09%
GREEN value IS 25 (10.16% from 255) = 7.23%
BLUE value IS 165 (64.84% from 255) = 47.69%
R=45.09%
G=7.23%
B=47.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal156251650.050.8500.35296.1473.6837.25
Hex9C19A55550231284a25
Octal23431245512504345011245
Binary100111001100110100101101101010101000111001010001001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C19A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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