#80089B

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

Shades of Dark Magenta #80089B

Tints of Dark Magenta #80089B

Color information

#80089B (or 0x80089B) is unknown color: approx Dark Magenta. HEX triplet: 80, 08 and 9B. RGB value is (128,8,155). Sum of RGB (Red+Green+Blue) = 128+8+155=291 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.99% from 291); Green value is 8 (3.52% from 255 or 2.75% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #80089B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80089B is #7FF764. Grayscale: #3C3C3C. Windows color (decimal): -8386405 or 10160256. OLE color: 10160256.

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

Color convert

RGB1288155-
CMYK0.170.9500.39
HSL288.98º90.18%31.96%-
HSV(B)288.98º94.84%60.78%-
XYZ14.917.1331.6-
YUV60.64181.26176.05-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.99%
GREEN value IS 8 (3.52% from 255) = 2.75%
BLUE value IS 155 (60.94% from 255) = 53.26%
R=43.99%
G=2.75%
B=53.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal12881550.170.9500.39288.9890.1831.96
Hex8089B115F0271215a20
Octal200102332113704744113240
Binary1000000010001001101110001101111101001111001000011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80089B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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