Html Css Color HEX #8901AC Dark Magenta

📋 copy color: '#8901AC'

red 137 ◦ green 1 ◦ blue 172

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

Shades of Dark Magenta #8901AC

Tints of Dark Magenta #8901AC

RGB

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

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

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

R = 44.19%
G = 0.32%
B = 55.48%

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

#8901AC (or 0x8901AC) is known color: Dark Magenta. HEX triplet: 89, 01 and AC. RGB value is (137,1,172). Sum of RGB (Red+Green+Blue) = 137+1+172=310 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.19% from 310); Green value is 1 (0.78% from 255 or 0.32% from 310); Blue value is 172 (67.58% from 255 or 55.48% from 310); Max value from RGB is 172 - color contains mainly: blue. Hex color #8901AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8901AC is #76FE53. Grayscale: #3C3C3C. Windows color (decimal): -7798356 or 11272585. OLE color: 11272585.

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

Color convert

RGB 137 1 172 -
CMYK 0.20 0.99 0 0.33
HSL 287.72º 0.99% 0.34% -
HSV(B) 287.72º 0.99% 0.67% -
XYZ 17.77 8.32 39.7 -
YUV 61.16 190.56 182.1 -
System Red Green Blue C M Y K H S L
Decimal 137 1 172 0.20 0.99 0 0.33 287.72 0.99 0.34
Hex 89 1 AC 14 63 0 21 120 63 22
Octal 211 1 254 24 143 0 41 440 143 42
Binary 10001001 1 10101100 10100 1100011 0 100001 100100000 1100011 100010

Color Harmonies of #8901AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8901AC

Black with #8901AC

Text Example


Text Example

White with #8901AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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