#800B8E

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

Shades of Dark Magenta #800B8E

Tints of Dark Magenta #800B8E

Color information

#800B8E (or 0x800B8E) is unknown color: approx Dark Magenta. HEX triplet: 80, 0B and 8E. RGB value is (128,11,142). Sum of RGB (Red+Green+Blue) = 128+11+142=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 11 (4.69% from 255 or 3.91% from 281); Blue value is 142 (55.86% from 255 or 50.53% from 281); Max value from RGB is 142 - color contains mainly: blue. Hex color #800B8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800B8E is #7FF471. Grayscale: #3C3C3C. Windows color (decimal): -8385650 or 9309056. OLE color: 9309056.

HSL color Cylindrical-coordinate representation of color #800B8E: hue angle of 293.59º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #800B8E is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12811142-
CMYK0.100.9200.44
HSL293.59º85.62%30%-
HSV(B)293.59º92.25%55.69%-
XYZ13.96.7826.17-
YUV60.92173.76175.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.55%
GREEN value IS 11 (4.69% from 255) = 3.91%
BLUE value IS 142 (55.86% from 255) = 50.53%
R=45.55%
G=3.91%
B=50.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128111420.100.9200.44293.5985.6230
Hex80B8EA5C02C126561e
Octal200132161213405444612636
Binary10000000101110001110101010111000101100100100110101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800B8E; }

 p { color: rgb(128,11,142); }

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

<style>
 a { background-color: #800B8E; }

 a { background-color: rgb(128,11,142); }

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

<style>
 span { border-color: #800B8E; }

 span { border-color: rgb(128,11,142); }

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