#8B0C82

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

Shades of Dark Magenta #8B0C82

Tints of Dark Magenta #8B0C82

Color information

#8B0C82 (or 0x8B0C82) is unknown color: approx Dark Magenta. HEX triplet: 8B, 0C and 82. RGB value is (139,12,130). Sum of RGB (Red+Green+Blue) = 139+12+130=281 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.47% from 281); Green value is 12 (5.08% from 255 or 4.27% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0C82 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0C82 is #74F37D. Grayscale: #3F3F3F. Windows color (decimal): -7664510 or 8522891. OLE color: 8522891.

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

Color convert

RGB13912130-
CMYK00.910.060.45
HSL304.25º84.11%29.61%-
HSV(B)304.25º91.37%54.51%-
XYZ14.817.3621.76-
YUV63.42165.58181.91-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.47%
GREEN value IS 12 (5.08% from 255) = 4.27%
BLUE value IS 130 (51.17% from 255) = 46.26%
R=49.47%
G=4.27%
B=46.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391213000.910.060.45304.2584.1129.61
Hex8BC8205B62D130541e
Octal21314202013365546012436
Binary1000101111001000001001011011110101101100110000101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,12,130); }

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

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

 a { background-color: rgb(139,12,130); }

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

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

 span { border-color: rgb(139,12,130); }

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