Html Css Color HEX #80018E Dark Magenta

📋 copy color: '#80018E'

red 128 ◦ green 1 ◦ blue 142

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

Shades of Dark Magenta #80018E

Tints of Dark Magenta #80018E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 47.23%
G = 0.37%
B = 52.4%

CMYK

 C value IS 0.10

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#80018E (or 0x80018E) is known color: Dark Magenta. HEX triplet: 80, 01 and 8E. RGB value is (128,1,142). Sum of RGB (Red+Green+Blue) = 128+1+142=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 142 (55.86% from 255 or 52.40% from 271); Max value from RGB is 142 - color contains mainly: blue. Hex color #80018E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80018E is #7FFE71. Grayscale: #363636. Windows color (decimal): -8388210 or 9306496. OLE color: 9306496.

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

Color convert

RGB 128 1 142 -
CMYK 0.10 0.99 0 0.44
HSL 294.04º 0.99% 0.28% -
HSV(B) 294.04º 0.99% 0.56% -
XYZ 13.8 6.56 26.13 -
YUV 55.05 177.08 180.04 -
System Red Green Blue C M Y K H S L
Decimal 128 1 142 0.10 0.99 0 0.44 294.04 0.99 0.28
Hex 80 1 8E A 63 0 2C 126 63 1C
Octal 200 1 216 12 143 0 54 446 143 34
Binary 10000000 1 10001110 1010 1100011 0 101100 100100110 1100011 11100

Color Harmonies of #80018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80018E

Black with #80018E

Text Example


Text Example

White with #80018E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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