#9C028E

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

Shades of Dark Magenta #9C028E

Tints of Dark Magenta #9C028E

Color information

#9C028E (or 0x9C028E) is unknown color: approx Dark Magenta. HEX triplet: 9C, 02 and 8E. RGB value is (156,2,142). Sum of RGB (Red+Green+Blue) = 156+2+142=300 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 142 (55.86% from 255 or 47.33% from 300); Max value from RGB is 156 - color contains mainly: red. Hex color #9C028E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C028E is #63FD71. Grayscale: #3F3F3F. Windows color (decimal): -6552946 or 9306780. OLE color: 9306780.

HSL color Cylindrical-coordinate representation of color #9C028E: hue angle of 305.45º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C028E is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB1562142-
CMYK00.990.090.39
HSL305.45º97.47%30.98%-
HSV(B)305.45º98.72%61.18%-
XYZ18.619.0626.36-
YUV64.01172.02193.62-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52%
GREEN value IS 2 (1.17% from 255) = 0.67%
BLUE value IS 142 (55.86% from 255) = 47.33%
R=52%
G=0.67%
B=47.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156214200.990.090.39305.4597.4730.98
Hex9C28E063927131611f
Octal23422160143114746114137
Binary100111001010001110011000111001100111100110001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C028E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,2,142); }

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

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

 a { background-color: rgb(156,2,142); }

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

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

 span { border-color: rgb(156,2,142); }

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