#8C0F82

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

Shades of Dark Magenta #8C0F82

Tints of Dark Magenta #8C0F82

Color information

#8C0F82 (or 0x8C0F82) is unknown color: approx Dark Magenta. HEX triplet: 8C, 0F and 82. RGB value is (140,15,130). Sum of RGB (Red+Green+Blue) = 140+15+130=285 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.12% from 285); Green value is 15 (6.25% from 255 or 5.26% from 285); Blue value is 130 (51.17% from 255 or 45.61% from 285); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0F82 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0F82 is #73F07D. Grayscale: #414141. Windows color (decimal): -7598206 or 8523660. OLE color: 8523660.

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

Color convert

RGB14015130-
CMYK00.890.070.45
HSL304.8º80.65%30.39%-
HSV(B)304.8º89.29%54.9%-
XYZ15.027.5321.78-
YUV65.48164.41181.15-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 49.12%
GREEN value IS 15 (6.25% from 255) = 5.26%
BLUE value IS 130 (51.17% from 255) = 45.61%
R=49.12%
G=5.26%
B=45.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401513000.890.070.45304.880.6530.39
Hex8CF8205972D131511e
Octal21417202013175546112136
Binary1000110011111000001001011001111101101100110001101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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