#9C209E

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

Shades of Dark Magenta #9C209E

Tints of Dark Magenta #9C209E

Color information

#9C209E (or 0x9C209E) is unknown color: approx Dark Magenta. HEX triplet: 9C, 20 and 9E. RGB value is (156,32,158). Sum of RGB (Red+Green+Blue) = 156+32+158=346 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.09% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 158 (62.11% from 255 or 45.66% from 346); Max value from RGB is 158 - color contains mainly: blue. Hex color #9C209E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C209E is #63DF61. Grayscale: #535353. Windows color (decimal): -6545250 or 10363036. OLE color: 10363036.

HSL color Cylindrical-coordinate representation of color #9C209E: hue angle of 299.05º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9C209E is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15632158-
CMYK0.010.8000.38
HSL299.05º66.32%37.25%-
HSV(B)299.05º79.75%61.96%-
XYZ20.410.5733.31-
YUV83.44170.08179.75-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.09%
GREEN value IS 32 (12.89% from 255) = 9.25%
BLUE value IS 158 (62.11% from 255) = 45.66%
R=45.09%
G=9.25%
B=45.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal156321580.010.8000.38299.0566.3237.25
Hex9C209E15002612b4225
Octal23440236112004645310245
Binary10011100100000100111101101000001001101001010111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C209E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,32,158); }

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

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

 a { background-color: rgb(156,32,158); }

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

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

 span { border-color: rgb(156,32,158); }

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