#80099c

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

Shades of Dark Magenta #80099C

Tints of Dark Magenta #80099C

Color information

#80099C (or 0x80099C) is unknown color: approx Dark Magenta. HEX triplet: 80, 09 and 9C. RGB value is (128,9,156). Sum of RGB (Red+Green+Blue) = 128+9+156=293 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.69% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 156 (61.33% from 255 or 53.24% from 293); Max value from RGB is 156 - color contains mainly: blue. Hex color #80099C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80099C is #7FF663. Grayscale: #3C3C3C. Windows color (decimal): -8386148 or 10226048. OLE color: 10226048.

HSL color Cylindrical-coordinate representation of color #80099C: hue angle of 288.57º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #80099C is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1289156-
CMYK0.180.9400.39
HSL288.57º89.09%32.35%-
HSV(B)288.57º94.23%61.18%-
XYZ157.1832.05-
YUV61.34181.42175.55-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.69%
GREEN value IS 9 (3.91% from 255) = 3.07%
BLUE value IS 156 (61.33% from 255) = 53.24%
R=43.69%
G=3.07%
B=53.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal12891560.180.9400.39288.5789.0932.35
Hex8099C125E0271215920
Octal200112342213604744113140
Binary1000000010011001110010010101111001001111001000011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80099c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80099c; }

 p { color: rgb(128,9,156); }

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

<style>
 a { background-color: #80099c; }

 a { background-color: rgb(128,9,156); }

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

<style>
 span { border-color: #80099c; }

 span { border-color: rgb(128,9,156); }

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