#9C0789

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

Shades of Dark Magenta #9C0789

Tints of Dark Magenta #9C0789

Color information

#9C0789 (or 0x9C0789) is unknown color: approx Dark Magenta. HEX triplet: 9C, 07 and 89. RGB value is (156,7,137). Sum of RGB (Red+Green+Blue) = 156+7+137=300 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52% from 300); Green value is 7 (3.12% from 255 or 2.33% from 300); Blue value is 137 (53.91% from 255 or 45.67% from 300); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0789 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0789 is #63F876. Grayscale: #424242. Windows color (decimal): -6551671 or 8980380. OLE color: 8980380.

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

Color convert

RGB1567137-
CMYK00.960.120.39
HSL307.65º91.41%31.96%-
HSV(B)307.65º95.51%61.18%-
XYZ18.39.0324.44-
YUV66.37167.86191.93-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52%
GREEN value IS 7 (3.12% from 255) = 2.33%
BLUE value IS 137 (53.91% from 255) = 45.67%
R=52%
G=2.33%
B=45.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156713700.960.120.39307.6591.4131.96
Hex9C789060C271345b20
Octal23472110140144746413340
Binary10011100111100010010110000011001001111001101001011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,7,137); }

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

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

 a { background-color: rgb(156,7,137); }

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

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

 span { border-color: rgb(156,7,137); }

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