#9C0881

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

Shades of Dark Magenta #9C0881

Tints of Dark Magenta #9C0881

Color information

#9C0881 (or 0x9C0881) is unknown color: approx Dark Magenta. HEX triplet: 9C, 08 and 81. RGB value is (156,8,129). Sum of RGB (Red+Green+Blue) = 156+8+129=293 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.24% from 293); Green value is 8 (3.52% from 255 or 2.73% from 293); Blue value is 129 (50.78% from 255 or 44.03% from 293); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0881 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0881 is #63F77E. Grayscale: #414141. Windows color (decimal): -6551423 or 8456348. OLE color: 8456348.

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

Color convert

RGB1568129-
CMYK00.950.170.39
HSL310.95º90.24%32.16%-
HSV(B)310.95º94.87%61.18%-
XYZ17.768.8321.54-
YUV66.05163.53192.16-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 53.24%
GREEN value IS 8 (3.52% from 255) = 2.73%
BLUE value IS 129 (50.78% from 255) = 44.03%
R=53.24%
G=2.73%
B=44.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156812900.950.170.39310.9590.2432.16
Hex9C88105F11271375a20
Octal234102010137214746713240
Binary1001110010001000000101011111100011001111001101111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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