#8C0882

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

Shades of Dark Magenta #8C0882

Tints of Dark Magenta #8C0882

Color information

#8C0882 (or 0x8C0882) is unknown color: approx Dark Magenta. HEX triplet: 8C, 08 and 82. RGB value is (140,8,130). Sum of RGB (Red+Green+Blue) = 140+8+130=278 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.36% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 130 (51.17% from 255 or 46.76% from 278); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0882 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0882 is #73F77D. Grayscale: #3D3D3D. Windows color (decimal): -7599998 or 8521868. OLE color: 8521868.

HSL color Cylindrical-coordinate representation of color #8C0882: hue angle of 304.55º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C0882 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB1408130-
CMYK00.940.070.45
HSL304.55º89.19%29.02%-
HSV(B)304.55º94.29%54.9%-
XYZ14.937.3621.75-
YUV61.38166.73184.08-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 50.36%
GREEN value IS 8 (3.52% from 255) = 2.88%
BLUE value IS 130 (51.17% from 255) = 46.76%
R=50.36%
G=2.88%
B=46.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140813000.940.070.45304.5589.1929.02
Hex8C88205E72D131591d
Octal21410202013675546113135
Binary1000110010001000001001011110111101101100110001101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,8,130); }

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

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

 a { background-color: rgb(140,8,130); }

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

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

 span { border-color: rgb(140,8,130); }

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