Html Css Color HEX #800EAB Dark Magenta

📋 copy color: '#800EAB'

red 128 ◦ green 14 ◦ blue 171

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

Shades of Dark Magenta #800EAB

Tints of Dark Magenta #800EAB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.47%

 BLUE value IS 171 (67.19% from 255) = 54.63%

R = 40.89%
G = 4.47%
B = 54.63%

CMYK

 C value IS 0.25

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#800EAB (or 0x800EAB) is known color: Dark Magenta. HEX triplet: 80, 0E and AB. RGB value is (128,14,171). Sum of RGB (Red+Green+Blue) = 128+14+171=313 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.89% from 313); Green value is 14 (5.86% from 255 or 4.47% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #800EAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800EAB is #7FF154. Grayscale: #414141. Windows color (decimal): -8384853 or 11210368. OLE color: 11210368.

HSL color Cylindrical-coordinate representation of color #800EAB: hue angle of 283.57º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #800EAB is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 14 171 -
CMYK 0.25 0.92 0 0.33
HSL 283.57º 0.85% 0.36% -
HSV(B) 283.57º 0.92% 0.67% -
XYZ 16.41 7.84 39.18 -
YUV 65.98 187.27 172.23 -
System Red Green Blue C M Y K H S L
Decimal 128 14 171 0.25 0.92 0 0.33 283.57 0.85 0.36
Hex 80 E AB 19 5C 0 21 11C 55 24
Octal 200 16 253 31 134 0 41 434 125 44
Binary 10000000 1110 10101011 11001 1011100 0 100001 100011100 1010101 100100

Color Harmonies of #800EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800EAB

Black with #800EAB

Text Example


Text Example

White with #800EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,14,171); }

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

background-color css

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

 a { background-color: rgb(128,14,171); }

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

border-color css

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

 span { border-color: rgb(128,14,171); }

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