#80108F

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

Shades of Dark Magenta #80108F

Tints of Dark Magenta #80108F

Color information

#80108F (or 0x80108F) is unknown color: approx Dark Magenta. HEX triplet: 80, 10 and 8F. RGB value is (128,16,143). Sum of RGB (Red+Green+Blue) = 128+16+143=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 143 (56.25% from 255 or 49.83% from 287); Max value from RGB is 143 - color contains mainly: blue. Hex color #80108F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80108F is #7FEF70. Grayscale: #3F3F3F. Windows color (decimal): -8384369 or 9375872. OLE color: 9375872.

HSL color Cylindrical-coordinate representation of color #80108F: hue angle of 292.91º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #80108F is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12816143-
CMYK0.100.8900.44
HSL292.91º79.87%31.18%-
HSV(B)292.91º88.81%56.08%-
XYZ14.056.9426.59-
YUV63.97172.61173.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.60%
GREEN value IS 16 (6.64% from 255) = 5.57%
BLUE value IS 143 (56.25% from 255) = 49.83%
R=44.60%
G=5.57%
B=49.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128161430.100.8900.44292.9179.8731.18
Hex80108FA5902C125501f
Octal200202171213105444512037
Binary100000001000010001111101010110010101100100100101101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80108F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80108F; }

 p { color: rgb(128,16,143); }

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

<style>
 a { background-color: #80108F; }

 a { background-color: rgb(128,16,143); }

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

<style>
 span { border-color: #80108F; }

 span { border-color: rgb(128,16,143); }

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