Html Css Color HEX #8901AA Dark Magenta

📋 copy color: '#8901AA'

red 137 ◦ green 1 ◦ blue 170

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

Shades of Dark Magenta #8901AA

Tints of Dark Magenta #8901AA

RGB

 RED value IS 137 (53.91% from 255) = 44.48%

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

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

R = 44.48%
G = 0.32%
B = 55.19%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8901AA (or 0x8901AA) is known color: Dark Magenta. HEX triplet: 89, 01 and AA. RGB value is (137,1,170). Sum of RGB (Red+Green+Blue) = 137+1+170=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #8901AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8901AA is #76FE55. Grayscale: #3C3C3C. Windows color (decimal): -7798358 or 11141513. OLE color: 11141513.

HSL color Cylindrical-coordinate representation of color #8901AA: hue angle of 288.28º 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 #8901AA is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 137 1 170 -
CMYK 0.19 0.99 0 0.33
HSL 288.28º 0.99% 0.34% -
HSV(B) 288.28º 0.99% 0.67% -
XYZ 17.58 8.24 38.69 -
YUV 60.93 189.56 182.26 -
System Red Green Blue C M Y K H S L
Decimal 137 1 170 0.19 0.99 0 0.33 288.28 0.99 0.34
Hex 89 1 AA 13 63 0 21 120 63 22
Octal 211 1 252 23 143 0 41 440 143 42
Binary 10001001 1 10101010 10011 1100011 0 100001 100100000 1100011 100010

Color Harmonies of #8901AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8901AA

Black with #8901AA

Text Example


Text Example

White with #8901AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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