Html Css Color HEX #800A8E Dark Magenta

📋 copy color: '#800A8E'

red 128 ◦ green 10 ◦ blue 142

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

Shades of Dark Magenta #800A8E

Tints of Dark Magenta #800A8E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.57%

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

R = 45.71%
G = 3.57%
B = 50.71%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#800A8E (or 0x800A8E) is known color: Dark Magenta. HEX triplet: 80, 0A and 8E. RGB value is (128,10,142). Sum of RGB (Red+Green+Blue) = 128+10+142=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 10 (4.30% from 255 or 3.57% from 280); Blue value is 142 (55.86% from 255 or 50.71% from 280); Max value from RGB is 142 - color contains mainly: blue. Hex color #800A8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800A8E is #7FF571. Grayscale: #3B3B3B. Windows color (decimal): -8385906 or 9308800. OLE color: 9308800.

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

Color convert

RGB 128 10 142 -
CMYK 0.10 0.93 0 0.44
HSL 293.64º 0.87% 0.3% -
HSV(B) 293.64º 0.93% 0.56% -
XYZ 13.89 6.76 26.16 -
YUV 60.33 174.09 176.27 -
System Red Green Blue C M Y K H S L
Decimal 128 10 142 0.10 0.93 0 0.44 293.64 0.87 0.3
Hex 80 A 8E A 5D 0 2C 126 57 1E
Octal 200 12 216 12 135 0 54 446 127 36
Binary 10000000 1010 10001110 1010 1011101 0 101100 100100110 1010111 11110

Color Harmonies of #800A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800A8E

Black with #800A8E

Text Example


Text Example

White with #800A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800A8E; }

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

 H1.HeaderClassName
 {
   color: #800A8E;
 }
 .AnyTagClassName
 {
   color: #800A8E;
 }
</style>

background-color css

<style>
 a { background-color: #800A8E; }

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

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

border-color css

<style>
 span { border-color: #800A8E; }

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

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