Html Css Color HEX #80098E Dark Magenta

📋 copy color: '#80098E'

red 128 ◦ green 9 ◦ blue 142

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

Shades of Dark Magenta #80098E

Tints of Dark Magenta #80098E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.23%

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

R = 45.88%
G = 3.23%
B = 50.9%

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

#80098E (or 0x80098E) is known color: Dark Magenta. HEX triplet: 80, 09 and 8E. RGB value is (128,9,142). Sum of RGB (Red+Green+Blue) = 128+9+142=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 142 (55.86% from 255 or 50.90% from 279); Max value from RGB is 142 - color contains mainly: blue. Hex color #80098E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80098E is #7FF671. Grayscale: #3B3B3B. Windows color (decimal): -8386162 or 9308544. OLE color: 9308544.

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

Color convert

RGB 128 9 142 -
CMYK 0.10 0.94 0 0.44
HSL 293.68º 0.88% 0.3% -
HSV(B) 293.68º 0.94% 0.56% -
XYZ 13.88 6.74 26.16 -
YUV 59.74 174.42 176.69 -
System Red Green Blue C M Y K H S L
Decimal 128 9 142 0.10 0.94 0 0.44 293.68 0.88 0.3
Hex 80 9 8E A 5E 0 2C 126 58 1E
Octal 200 11 216 12 136 0 54 446 130 36
Binary 10000000 1001 10001110 1010 1011110 0 101100 100100110 1011000 11110

Color Harmonies of #80098E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80098E

Black with #80098E

Text Example


Text Example

White with #80098E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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