Html Css Color HEX #8901AB Dark Magenta

📋 copy color: '#8901AB'

red 137 ◦ green 1 ◦ blue 171

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

Shades of Dark Magenta #8901AB

Tints of Dark Magenta #8901AB

RGB

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

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

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

R = 44.34%
G = 0.32%
B = 55.34%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8901AB (or 0x8901AB) is known color: Dark Magenta. HEX triplet: 89, 01 and AB. RGB value is (137,1,171). Sum of RGB (Red+Green+Blue) = 137+1+171=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #8901AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8901AB is #76FE54. Grayscale: #3C3C3C. Windows color (decimal): -7798357 or 11207049. OLE color: 11207049.

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

Color convert

RGB 137 1 171 -
CMYK 0.20 0.99 0 0.33
HSL 288º 0.99% 0.34% -
HSV(B) 288º 0.99% 0.67% -
XYZ 17.68 8.28 39.19 -
YUV 61.04 190.06 182.18 -
System Red Green Blue C M Y K H S L
Decimal 137 1 171 0.20 0.99 0 0.33 288 0.99 0.34
Hex 89 1 AB 14 63 0 21 120 63 22
Octal 211 1 253 24 143 0 41 440 143 42
Binary 10001001 1 10101011 10100 1100011 0 100001 100100000 1100011 100010

Color Harmonies of #8901AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8901AB

Black with #8901AB

Text Example


Text Example

White with #8901AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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