Html Css Color HEX #8913AA Dark Magenta

📋 copy color: '#8913AA'

red 137 ◦ green 19 ◦ blue 170

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

Shades of Dark Magenta #8913AA

Tints of Dark Magenta #8913AA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.83%

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

R = 42.02%
G = 5.83%
B = 52.15%

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

#8913AA (or 0x8913AA) is known color: Dark Magenta. HEX triplet: 89, 13 and AA. RGB value is (137,19,170). Sum of RGB (Red+Green+Blue) = 137+19+170=326 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.02% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 170 (66.80% from 255 or 52.15% from 326); Max value from RGB is 170 - color contains mainly: blue. Hex color #8913AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8913AA is #76EC55. Grayscale: #474747. Windows color (decimal): -7793750 or 11146121. OLE color: 11146121.

HSL color Cylindrical-coordinate representation of color #8913AA: hue angle of 286.89º degrees, saturation: 0.8, 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 #8913AA is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 137 19 170 -
CMYK 0.19 0.89 0 0.33
HSL 286.89º 0.8% 0.37% -
HSV(B) 286.89º 0.89% 0.67% -
XYZ 17.81 8.69 38.77 -
YUV 71.5 183.59 174.72 -
System Red Green Blue C M Y K H S L
Decimal 137 19 170 0.19 0.89 0 0.33 286.89 0.8 0.37
Hex 89 13 AA 13 59 0 21 11F 50 25
Octal 211 23 252 23 131 0 41 437 120 45
Binary 10001001 10011 10101010 10011 1011001 0 100001 100011111 1010000 100101

Color Harmonies of #8913AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8913AA

Black with #8913AA

Text Example


Text Example

White with #8913AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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