Html Css Color HEX #8915AA Dark Magenta

📋 copy color: '#8915AA'

red 137 ◦ green 21 ◦ blue 170

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

Shades of Dark Magenta #8915AA

Tints of Dark Magenta #8915AA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.4%

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

R = 41.77%
G = 6.4%
B = 51.83%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8915AA (or 0x8915AA) is known color: Dark Magenta. HEX triplet: 89, 15 and AA. RGB value is (137,21,170). Sum of RGB (Red+Green+Blue) = 137+21+170=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 21 (8.59% from 255 or 6.40% from 328); Blue value is 170 (66.80% from 255 or 51.83% from 328); Max value from RGB is 170 - color contains mainly: blue. Hex color #8915AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8915AA is #76EA55. Grayscale: #484848. Windows color (decimal): -7793238 or 11146633. OLE color: 11146633.

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

Color convert

RGB 137 21 170 -
CMYK 0.19 0.88 0 0.33
HSL 286.71º 0.78% 0.37% -
HSV(B) 286.71º 0.88% 0.67% -
XYZ 17.84 8.76 38.78 -
YUV 72.67 182.93 173.88 -
System Red Green Blue C M Y K H S L
Decimal 137 21 170 0.19 0.88 0 0.33 286.71 0.78 0.37
Hex 89 15 AA 13 58 0 21 11F 4E 25
Octal 211 25 252 23 130 0 41 437 116 45
Binary 10001001 10101 10101010 10011 1011000 0 100001 100011111 1001110 100101

Color Harmonies of #8915AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8915AA

Black with #8915AA

Text Example


Text Example

White with #8915AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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