Html Css Color HEX #8900AC Dark Magenta

📋 copy color: '#8900AC'

red 137 ◦ green 0 ◦ blue 172

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

Shades of Dark Magenta #8900AC

Tints of Dark Magenta #8900AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 55.66%

R = 44.34%
G = 0%
B = 55.66%

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

#8900AC (or 0x8900AC) is known color: Dark Magenta. HEX triplet: 89, 00 and AC. RGB value is (137,0,172). Sum of RGB (Red+Green+Blue) = 137+0+172=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 172 (67.58% from 255 or 55.66% from 309); Max value from RGB is 172 - color contains mainly: blue. Hex color #8900AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8900AC is #76FF53. Grayscale: #3C3C3C. Windows color (decimal): -7798612 or 11272329. OLE color: 11272329.

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

Color convert

RGB 137 0 172 -
CMYK 0.20 1 0 0.33
HSL 287.79º 1% 0.34% -
HSV(B) 287.79º 1% 0.67% -
XYZ 17.76 8.3 39.69 -
YUV 60.57 190.89 182.51 -
System Red Green Blue C M Y K H S L
Decimal 137 0 172 0.20 1 0 0.33 287.79 1 0.34
Hex 89 0 AC 14 64 0 21 120 64 22
Octal 211 0 254 24 144 0 41 440 144 42
Binary 10001001 0 10101100 10100 1100100 0 100001 100100000 1100100 100010

Color Harmonies of #8900AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8900AC

Black with #8900AC

Text Example


Text Example

White with #8900AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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