Shades of Dark Magenta #9815A5
Tints of Dark Magenta #9815A5
RGB
CMYK
RGB Variations
Color information
#9815A5 (or 0x9815A5) is known color: Dark Magenta. HEX triplet: 98, 15 and A5. RGB value is (152,21,165). Sum of RGB (Red+Green+Blue) = 152+21+165=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 21 (8.59% from 255 or 6.21% from 338); Blue value is 165 (64.84% from 255 or 48.82% from 338); Max value from RGB is 165 - color contains mainly: blue. Hex color #9815A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9815A5 is #67EA5A. Grayscale: #4C4C4C. Windows color (decimal): -6810203 or 10818968. OLE color: 10818968.
HSL color Cylindrical-coordinate representation of color #9815A5: hue angle of 294.58º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9815A5 is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 152 | 21 | 165 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.35 |
| HSL | 294.58º | 0.77% | 0.36% | - |
| HSV(B) | 294.58º | 0.87% | 0.65% | - |
| XYZ | 20.01 | 9.93 | 36.46 | - |
| YUV | 76.59 | 177.9 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 21 | 165 | 0.08 | 0.87 | 0 | 0.35 | 294.58 | 0.77 | 0.36 |
| Hex | 98 | 15 | A5 | 8 | 57 | 0 | 23 | 127 | 4D | 24 |
| Octal | 230 | 25 | 245 | 10 | 127 | 0 | 43 | 447 | 115 | 44 |
| Binary | 10011000 | 10101 | 10100101 | 1000 | 1010111 | 0 | 100011 | 100100111 | 1001101 | 100100 |
Color Harmonies of #9815A5
Complementary color
Monochromatic Colors of #9815A5
Black with #9815A5
Text Example
Text Example
White with #9815A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9815A5; }
p { color: rgb(152,21,165); }
H1.HeaderClassName
{
color: #9815A5;
}
.AnyTagClassName
{
color: #9815A5;
}
</style>
background-color css
<style>
a { background-color: #9815A5; }
a { background-color: rgb(152,21,165); }
div.DivClassName
{
background-color: #9815A5;
}
.BgClassName
{
background-color: #9815A5;
}
</style>
border-color css
<style>
span { border-color: #9815A5; }
span { border-color: rgb(152,21,165); }
td.TdClassName
{
border-color: #9815A5;
}
.TagClassName
{
border-color: #9815A5;
}
</style>