#8915A7

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

Shades of Dark Magenta #8915A7

Tints of Dark Magenta #8915A7

Color information

#8915A7 (or 0x8915A7) is unknown color: approx Dark Magenta. HEX triplet: 89, 15 and A7. RGB value is (137,21,167). Sum of RGB (Red+Green+Blue) = 137+21+167=325 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.15% from 325); Green value is 21 (8.59% from 255 or 6.46% from 325); Blue value is 167 (65.62% from 255 or 51.38% from 325); Max value from RGB is 167 - color contains mainly: blue. Hex color #8915A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8915A7 is #76EA58. Grayscale: #474747. Windows color (decimal): -7793241 or 10950025. OLE color: 10950025.

HSL color Cylindrical-coordinate representation of color #8915A7: hue angle of 287.67º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8915A7 is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13721167-
CMYK0.180.8700.35
HSL287.67º77.66%36.86%-
HSV(B)287.67º87.43%65.49%-
XYZ17.568.6437.3-
YUV72.33181.43174.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.15%
GREEN value IS 21 (8.59% from 255) = 6.46%
BLUE value IS 167 (65.62% from 255) = 51.38%
R=42.15%
G=6.46%
B=51.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal137211670.180.8700.35287.6777.6636.86
Hex8915A712570231204e25
Octal211252472212704344011645
Binary10001001101011010011110010101011101000111001000001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8915A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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