#9C0884

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

Shades of Dark Magenta #9C0884

Tints of Dark Magenta #9C0884

Color information

#9C0884 (or 0x9C0884) is unknown color: approx Dark Magenta. HEX triplet: 9C, 08 and 84. RGB value is (156,8,132). Sum of RGB (Red+Green+Blue) = 156+8+132=296 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.70% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 132 (51.95% from 255 or 44.59% from 296); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0884 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0884 is #63F77B. Grayscale: #424242. Windows color (decimal): -6551420 or 8652956. OLE color: 8652956.

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

Color convert

RGB1568132-
CMYK00.950.150.39
HSL309.73º90.24%32.16%-
HSV(B)309.73º94.87%61.18%-
XYZ17.968.9122.6-
YUV66.39165.03191.92-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52.70%
GREEN value IS 8 (3.52% from 255) = 2.70%
BLUE value IS 132 (51.95% from 255) = 44.59%
R=52.70%
G=2.70%
B=44.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156813200.950.150.39309.7390.2432.16
Hex9C88405FF271365a20
Octal234102040137174746613240
Binary100111001000100001000101111111111001111001101101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,8,132); }

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

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

 a { background-color: rgb(156,8,132); }

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

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

 span { border-color: rgb(156,8,132); }

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