Html Css Color HEX #8900AB Dark Magenta

📋 copy color: '#8900AB'

red 137 ◦ green 0 ◦ blue 171

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

Shades of Dark Magenta #8900AB

Tints of Dark Magenta #8900AB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.48%
G = 0%
B = 55.52%

CMYK

 C value IS 0.20

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8900AB (or 0x8900AB) is known color: Dark Magenta. HEX triplet: 89, 00 and AB. RGB value is (137,0,171). Sum of RGB (Red+Green+Blue) = 137+0+171=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #8900AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8900AB is #76FF54. Grayscale: #3B3B3B. Windows color (decimal): -7798613 or 11206793. OLE color: 11206793.

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

Color convert

RGB 137 0 171 -
CMYK 0.20 1 0 0.33
HSL 288.07º 1% 0.34% -
HSV(B) 288.07º 1% 0.67% -
XYZ 17.67 8.26 39.19 -
YUV 60.46 190.39 182.6 -
System Red Green Blue C M Y K H S L
Decimal 137 0 171 0.20 1 0 0.33 288.07 1 0.34
Hex 89 0 AB 14 64 0 21 120 64 22
Octal 211 0 253 24 144 0 41 440 144 42
Binary 10001001 0 10101011 10100 1100100 0 100001 100100000 1100100 100010

Color Harmonies of #8900AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8900AB

Black with #8900AB

Text Example


Text Example

White with #8900AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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