Shades of Dark Violet #9915AF
Tints of Dark Violet #9915AF
RGB
CMYK
RGB Variations
Color information
#9915AF (or 0x9915AF) is known color: Dark Violet. HEX triplet: 99, 15 and AF. RGB value is (153,21,175). Sum of RGB (Red+Green+Blue) = 153+21+175=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 21 (8.59% from 255 or 6.02% from 349); Blue value is 175 (68.75% from 255 or 50.14% from 349); Max value from RGB is 175 - color contains mainly: blue. Hex color #9915AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9915AF is #66EA50. Grayscale: #4D4D4D. Windows color (decimal): -6744657 or 11474329. OLE color: 11474329.
HSL color Cylindrical-coordinate representation of color #9915AF: hue angle of 291.43º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9915AF is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 21 | 175 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.31 |
| HSL | 291.43º | 0.79% | 0.38% | - |
| HSV(B) | 291.43º | 0.88% | 0.69% | - |
| XYZ | 21.14 | 10.4 | 41.45 | - |
| YUV | 78.02 | 182.73 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 21 | 175 | 0.13 | 0.88 | 0 | 0.31 | 291.43 | 0.79 | 0.38 |
| Hex | 99 | 15 | AF | D | 58 | 0 | 1F | 123 | 4F | 26 |
| Octal | 231 | 25 | 257 | 15 | 130 | 0 | 37 | 443 | 117 | 46 |
| Binary | 10011001 | 10101 | 10101111 | 1101 | 1011000 | 0 | 11111 | 100100011 | 1001111 | 100110 |
Color Harmonies of #9915AF
Complementary color
Monochromatic Colors of #9915AF
Black with #9915AF
Text Example
Text Example
White with #9915AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9915AF; }
p { color: rgb(153,21,175); }
H1.HeaderClassName
{
color: #9915AF;
}
.AnyTagClassName
{
color: #9915AF;
}
</style>
background-color css
<style>
a { background-color: #9915AF; }
a { background-color: rgb(153,21,175); }
div.DivClassName
{
background-color: #9915AF;
}
.BgClassName
{
background-color: #9915AF;
}
</style>
border-color css
<style>
span { border-color: #9915AF; }
span { border-color: rgb(153,21,175); }
td.TdClassName
{
border-color: #9915AF;
}
.TagClassName
{
border-color: #9915AF;
}
</style>