Html Css Color HEX #80088E Dark Magenta

📋 copy color: '#80088E'

red 128 ◦ green 8 ◦ blue 142

#80088E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #80088E

Tints of Dark Magenta #80088E

RGB

 RED value IS 128 (50.39% from 255) = 46.04%

 GREEN value IS 8 (3.52% from 255) = 2.88%

 BLUE value IS 142 (55.86% from 255) = 51.08%

R = 46.04%
G = 2.88%
B = 51.08%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#80088E (or 0x80088E) is known color: Dark Magenta. HEX triplet: 80, 08 and 8E. RGB value is (128,8,142). Sum of RGB (Red+Green+Blue) = 128+8+142=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 142 (55.86% from 255 or 51.08% from 278); Max value from RGB is 142 - color contains mainly: blue. Hex color #80088E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80088E is #7FF771. Grayscale: #3A3A3A. Windows color (decimal): -8386418 or 9308288. OLE color: 9308288.

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

Color convert

RGB 128 8 142 -
CMYK 0.10 0.94 0 0.44
HSL 293.73º 0.89% 0.29% -
HSV(B) 293.73º 0.94% 0.56% -
XYZ 13.87 6.72 26.16 -
YUV 59.16 174.76 177.1 -
System Red Green Blue C M Y K H S L
Decimal 128 8 142 0.10 0.94 0 0.44 293.73 0.89 0.29
Hex 80 8 8E A 5E 0 2C 126 59 1D
Octal 200 10 216 12 136 0 54 446 131 35
Binary 10000000 1000 10001110 1010 1011110 0 101100 100100110 1011001 11101

Color Harmonies of #80088E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80088E

Black with #80088E

Text Example


Text Example

White with #80088E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #80088E;
 }
 .AnyTagClassName
 {
   color: #80088E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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