#80088B

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

Shades of Dark Magenta #80088B

Tints of Dark Magenta #80088B

Color information

#80088B (or 0x80088B) is unknown color: approx Dark Magenta. HEX triplet: 80, 08 and 8B. RGB value is (128,8,139). Sum of RGB (Red+Green+Blue) = 128+8+139=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #80088B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80088B is #7FF774. Grayscale: #3A3A3A. Windows color (decimal): -8386421 or 9111680. OLE color: 9111680.

HSL color Cylindrical-coordinate representation of color #80088B: hue angle of 294.96º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #80088B is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1288139-
CMYK0.080.9400.45
HSL294.96º89.12%28.82%-
HSV(B)294.96º94.24%54.51%-
XYZ13.656.6324.99-
YUV58.81173.26177.35-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.55%
GREEN value IS 8 (3.52% from 255) = 2.91%
BLUE value IS 139 (54.69% from 255) = 50.55%
R=46.55%
G=2.91%
B=50.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12881390.080.9400.45294.9689.1228.82
Hex8088B85E02D127591d
Octal200102131013605544713135
Binary10000000100010001011100010111100101101100100111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80088B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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