#9C0E97

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

Shades of Dark Magenta #9C0E97

Tints of Dark Magenta #9C0E97

Color information

#9C0E97 (or 0x9C0E97) is unknown color: approx Dark Magenta. HEX triplet: 9C, 0E and 97. RGB value is (156,14,151). Sum of RGB (Red+Green+Blue) = 156+14+151=321 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.60% from 321); Green value is 14 (5.86% from 255 or 4.36% from 321); Blue value is 151 (59.38% from 255 or 47.04% from 321); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0E97 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0E97 is #63F168. Grayscale: #474747. Windows color (decimal): -6549865 or 9899676. OLE color: 9899676.

HSL color Cylindrical-coordinate representation of color #9C0E97: hue angle of 302.11º 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 #9C0E97 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB15614151-
CMYK00.910.030.39
HSL302.11º83.53%33.33%-
HSV(B)302.11º91.03%61.18%-
XYZ19.459.6230.11-
YUV72.08172.54187.86-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.60%
GREEN value IS 14 (5.86% from 255) = 4.36%
BLUE value IS 151 (59.38% from 255) = 47.04%
R=48.60%
G=4.36%
B=47.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561415100.910.030.39302.1183.5333.33
Hex9CE9705B32712e5421
Octal23416227013334745612441
Binary1001110011101001011101011011111001111001011101010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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