#9715AE

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

Shades of Dark Magenta #9715AE

Tints of Dark Magenta #9715AE

Color information

#9715AE (or 0x9715AE) is unknown color: approx Dark Magenta. HEX triplet: 97, 15 and AE. RGB value is (151,21,174). Sum of RGB (Red+Green+Blue) = 151+21+174=346 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.64% from 346); Green value is 21 (8.59% from 255 or 6.07% from 346); Blue value is 174 (68.36% from 255 or 50.29% from 346); Max value from RGB is 174 - color contains mainly: blue. Hex color #9715AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9715AE is #68EA51. Grayscale: #4C4C4C. Windows color (decimal): -6875730 or 11408791. OLE color: 11408791.

HSL color Cylindrical-coordinate representation of color #9715AE: hue angle of 290.98º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9715AE is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15121174-
CMYK0.130.8800.32
HSL290.98º78.46%38.24%-
HSV(B)290.98º87.93%68.24%-
XYZ20.6710.1740.92-
YUV77.31182.57180.56-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.64%
GREEN value IS 21 (8.59% from 255) = 6.07%
BLUE value IS 174 (68.36% from 255) = 50.29%
R=43.64%
G=6.07%
B=50.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal151211740.130.8800.32290.9878.4638.24
Hex9715AED580201234e26
Octal227252561513004044311646
Binary1001011110101101011101101101100001000001001000111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9715AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9715AE; }

 p { color: rgb(151,21,174); }

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

<style>
 a { background-color: #9715AE; }

 a { background-color: rgb(151,21,174); }

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

<style>
 span { border-color: #9715AE; }

 span { border-color: rgb(151,21,174); }

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