#9C18A9

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

Shades of Dark Magenta #9C18A9

Tints of Dark Magenta #9C18A9

Color information

#9C18A9 (or 0x9C18A9) is unknown color: approx Dark Magenta. HEX triplet: 9C, 18 and A9. RGB value is (156,24,169). Sum of RGB (Red+Green+Blue) = 156+24+169=349 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.70% from 349); Green value is 24 (9.77% from 255 or 6.88% from 349); Blue value is 169 (66.41% from 255 or 48.42% from 349); Max value from RGB is 169 - color contains mainly: blue. Hex color #9C18A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C18A9 is #63E756. Grayscale: #4F4F4F. Windows color (decimal): -6547287 or 11081884. OLE color: 11081884.

HSL color Cylindrical-coordinate representation of color #9C18A9: hue angle of 294.62º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C18A9 is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB15624169-
CMYK0.080.8600.34
HSL294.62º75.13%37.84%-
HSV(B)294.62º85.8%66.27%-
XYZ21.210.5938.46-
YUV80178.23182.21-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.70%
GREEN value IS 24 (9.77% from 255) = 6.88%
BLUE value IS 169 (66.41% from 255) = 48.42%
R=44.70%
G=6.88%
B=48.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal156241690.080.8600.34294.6275.1337.84
Hex9C18A98560221274b26
Octal234302511012604244711346
Binary1001110011000101010011000101011001000101001001111001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C18A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,24,169); }

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

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

 a { background-color: rgb(156,24,169); }

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

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

 span { border-color: rgb(156,24,169); }

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