#8c0081

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

Shades of Dark Magenta #8C0081

Tints of Dark Magenta #8C0081

Color information

#8C0081 (or 0x8C0081) is unknown color: approx Dark Magenta. HEX triplet: 8C, 00 and 81. RGB value is (140,0,129). Sum of RGB (Red+Green+Blue) = 140+0+129=269 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.04% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 129 (50.78% from 255 or 47.96% from 269); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0081 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0081 is #73FF7E. Grayscale: #383838. Windows color (decimal): -7602047 or 8454284. OLE color: 8454284.

HSL color Cylindrical-coordinate representation of color #8C0081: hue angle of 304.71º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C0081 is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB1400129-
CMYK010.080.45
HSL304.71º100%27.45%-
HSV(B)304.71º100%54.9%-
XYZ14.787.1621.37-
YUV56.57168.88187.51-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.04%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 129 (50.78% from 255) = 47.96%
R=52.04%
G=0%
B=47.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1400129010.080.45304.7110027.45
Hex8C08106482D131641b
Octal21402010144105546114433
Binary10001100010000001011001001000101101100110001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c0081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8c0081; }

 p { color: rgb(140,0,129); }

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

<style>
 a { background-color: #8c0081; }

 a { background-color: rgb(140,0,129); }

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

<style>
 span { border-color: #8c0081; }

 span { border-color: rgb(140,0,129); }

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