#9815AE

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

Shades of Dark Magenta #9815AE

Tints of Dark Magenta #9815AE

Color information

#9815AE (or 0x9815AE) is unknown color: approx Dark Magenta. HEX triplet: 98, 15 and AE. RGB value is (152,21,174). Sum of RGB (Red+Green+Blue) = 152+21+174=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 21 (8.59% from 255 or 6.05% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #9815AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9815AE is #67EA51. Grayscale: #4D4D4D. Windows color (decimal): -6810194 or 11408792. OLE color: 11408792.

HSL color Cylindrical-coordinate representation of color #9815AE: hue angle of 291.37º 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 #9815AE is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15221174-
CMYK0.130.8800.32
HSL291.37º78.46%38.24%-
HSV(B)291.37º87.93%68.24%-
XYZ20.8610.2740.93-
YUV77.61182.4181.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.80%
GREEN value IS 21 (8.59% from 255) = 6.05%
BLUE value IS 174 (68.36% from 255) = 50.14%
R=43.80%
G=6.05%
B=50.14%

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
Decimal152211740.130.8800.32291.3778.4638.24
Hex9815AED580201234e26
Octal230252561513004044311646
Binary1001100010101101011101101101100001000001001000111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9815AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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