#9C0E8C

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

Shades of Dark Magenta #9C0E8C

Tints of Dark Magenta #9C0E8C

Color information

#9C0E8C (or 0x9C0E8C) is unknown color: approx Dark Magenta. HEX triplet: 9C, 0E and 8C. RGB value is (156,14,140). Sum of RGB (Red+Green+Blue) = 156+14+140=310 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50.32% from 310); Green value is 14 (5.86% from 255 or 4.52% from 310); Blue value is 140 (55.08% from 255 or 45.16% from 310); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0E8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0E8C is #63F173. Grayscale: #464646. Windows color (decimal): -6549876 or 9178780. OLE color: 9178780.

HSL color Cylindrical-coordinate representation of color #9C0E8C: hue angle of 306.76º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9C0E8C is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB15614140-
CMYK00.910.100.39
HSL306.76º83.53%33.33%-
HSV(B)306.76º91.03%61.18%-
XYZ18.69.2825.62-
YUV70.82167.04188.75-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50.32%
GREEN value IS 14 (5.86% from 255) = 4.52%
BLUE value IS 140 (55.08% from 255) = 45.16%
R=50.32%
G=4.52%
B=45.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561414000.910.100.39306.7683.5333.33
Hex9CE8C05BA271335421
Octal234162140133124746312441
Binary100111001110100011000101101110101001111001100111010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,14,140); }

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

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

 a { background-color: rgb(156,14,140); }

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

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

 span { border-color: rgb(156,14,140); }

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