#8715AA

Color #8715AA Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #8715AA

Tints of Dark Magenta #8715AA

Color information

#8715AA (or 0x8715AA) is unknown color: approx Dark Magenta. HEX triplet: 87, 15 and AA. RGB value is (135,21,170). Sum of RGB (Red+Green+Blue) = 135+21+170=326 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.41% from 326); Green value is 21 (8.59% from 255 or 6.44% 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 #8715AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8715AA is #78EA55. Grayscale: #474747. Windows color (decimal): -7924310 or 11146631. OLE color: 11146631.

HSL color Cylindrical-coordinate representation of color #8715AA: hue angle of 285.91º 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 #8715AA is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13521170-
CMYK0.210.8800.33
HSL285.91º78.01%37.45%-
HSV(B)285.91º87.65%66.67%-
XYZ17.528.5938.76-
YUV72.07183.27172.88-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.41%
GREEN value IS 21 (8.59% from 255) = 6.44%
BLUE value IS 170 (66.80% from 255) = 52.15%
R=41.41%
G=6.44%
B=52.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal135211700.210.8800.33285.9178.0137.45
Hex8715AA155802111e4e25
Octal207252522513004143611645
Binary10000111101011010101010101101100001000011000111101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8715AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8715AA;
 }
 .AnyTagClassName
 {
   color: #8715AA;
 }
</style>
background-color css

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

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

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

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

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

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