#80099B

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

Shades of Dark Magenta #80099B

Tints of Dark Magenta #80099B

Color information

#80099B (or 0x80099B) is unknown color: approx Dark Magenta. HEX triplet: 80, 09 and 9B. RGB value is (128,9,155). Sum of RGB (Red+Green+Blue) = 128+9+155=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 155 (60.94% from 255 or 53.08% from 292); Max value from RGB is 155 - color contains mainly: blue. Hex color #80099B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80099B is #7FF664. Grayscale: #3C3C3C. Windows color (decimal): -8386149 or 10160512. OLE color: 10160512.

HSL color Cylindrical-coordinate representation of color #80099B: hue angle of 288.9º 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 #80099B is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1289155-
CMYK0.170.9400.39
HSL288.9º89.02%32.16%-
HSV(B)288.9º94.19%60.78%-
XYZ14.927.1531.6-
YUV61.22180.92175.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.84%
GREEN value IS 9 (3.91% from 255) = 3.08%
BLUE value IS 155 (60.94% from 255) = 53.08%
R=43.84%
G=3.08%
B=53.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal12891550.170.9400.39288.989.0232.16
Hex8099B115E0271215920
Octal200112332113604744113140
Binary1000000010011001101110001101111001001111001000011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80099B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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