Html Css Color HEX #8912AA Dark Magenta

📋 copy color: '#8912AA'

red 137 ◦ green 18 ◦ blue 170

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

Shades of Dark Magenta #8912AA

Tints of Dark Magenta #8912AA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.54%

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

R = 42.15%
G = 5.54%
B = 52.31%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8912AA (or 0x8912AA) is known color: Dark Magenta. HEX triplet: 89, 12 and AA. RGB value is (137,18,170). Sum of RGB (Red+Green+Blue) = 137+18+170=325 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.15% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 170 (66.80% from 255 or 52.31% from 325); Max value from RGB is 170 - color contains mainly: blue. Hex color #8912AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8912AA is #76ED55. Grayscale: #464646. Windows color (decimal): -7794006 or 11145865. OLE color: 11145865.

HSL color Cylindrical-coordinate representation of color #8912AA: hue angle of 286.97º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8912AA is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 137 18 170 -
CMYK 0.19 0.89 0 0.33
HSL 286.97º 0.81% 0.37% -
HSV(B) 286.97º 0.89% 0.67% -
XYZ 17.79 8.65 38.76 -
YUV 70.91 183.92 175.14 -
System Red Green Blue C M Y K H S L
Decimal 137 18 170 0.19 0.89 0 0.33 286.97 0.81 0.37
Hex 89 12 AA 13 59 0 21 11F 51 25
Octal 211 22 252 23 131 0 41 437 121 45
Binary 10001001 10010 10101010 10011 1011001 0 100001 100011111 1010001 100101

Color Harmonies of #8912AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8912AA

Black with #8912AA

Text Example


Text Example

White with #8912AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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