#80009B

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

Shades of Dark Magenta #80009B

Tints of Dark Magenta #80009B

Color information

#80009B (or 0x80009B) is unknown color: approx Dark Magenta. HEX triplet: 80, 00 and 9B. RGB value is (128,0,155). Sum of RGB (Red+Green+Blue) = 128+0+155=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 155 (60.94% from 255 or 54.77% from 283); Max value from RGB is 155 - color contains mainly: blue. Hex color #80009B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80009B is #7FFF64. Grayscale: #373737. Windows color (decimal): -8388453 or 10158208. OLE color: 10158208.

HSL color Cylindrical-coordinate representation of color #80009B: hue angle of 289.55º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #80009B is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1280155-
CMYK0.17100.39
HSL289.55º100%30.39%-
HSV(B)289.55º100%60.78%-
XYZ14.826.9631.57-
YUV55.94183.91179.4-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.23%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 155 (60.94% from 255) = 54.77%
R=45.23%
G=0%
B=54.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal12801550.17100.39289.5510030.39
Hex8009B1164027122641e
Octal20002332114404744214436
Binary100000000100110111000111001000100111100100010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80009B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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