Html Css Color HEX #8001AA Dark Magenta

📋 copy color: '#8001AA'

red 128 ◦ green 1 ◦ blue 170

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

Shades of Dark Magenta #8001AA

Tints of Dark Magenta #8001AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 56.86%

R = 42.81%
G = 0.33%
B = 56.86%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8001AA (or 0x8001AA) is known color: Dark Magenta. HEX triplet: 80, 01 and AA. RGB value is (128,1,170). Sum of RGB (Red+Green+Blue) = 128+1+170=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 170 (66.80% from 255 or 56.86% from 299); Max value from RGB is 170 - color contains mainly: blue. Hex color #8001AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8001AA is #7FFE55. Grayscale: #393939. Windows color (decimal): -8388182 or 11141504. OLE color: 11141504.

HSL color Cylindrical-coordinate representation of color #8001AA: hue angle of 285.09º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8001AA is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 1 170 -
CMYK 0.25 0.99 0 0.33
HSL 285.09º 0.99% 0.34% -
HSV(B) 285.09º 0.99% 0.67% -
XYZ 16.17 7.51 38.63 -
YUV 58.24 191.08 177.76 -
System Red Green Blue C M Y K H S L
Decimal 128 1 170 0.25 0.99 0 0.33 285.09 0.99 0.34
Hex 80 1 AA 19 63 0 21 11D 63 22
Octal 200 1 252 31 143 0 41 435 143 42
Binary 10000000 1 10101010 11001 1100011 0 100001 100011101 1100011 100010

Color Harmonies of #8001AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8001AA

Black with #8001AA

Text Example


Text Example

White with #8001AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8001AA; }

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

 H1.HeaderClassName
 {
   color: #8001AA;
 }
 .AnyTagClassName
 {
   color: #8001AA;
 }
</style>

background-color css

<style>
 a { background-color: #8001AA; }

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

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

border-color css

<style>
 span { border-color: #8001AA; }

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

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