Shades of Dark Violet #9515AF
Tints of Dark Violet #9515AF
RGB
CMYK
RGB Variations
Color information
#9515AF (or 0x9515AF) is known color: Dark Violet. HEX triplet: 95, 15 and AF. RGB value is (149,21,175). Sum of RGB (Red+Green+Blue) = 149+21+175=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 21 (8.59% from 255 or 6.09% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #9515AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9515AF is #6AEA50. Grayscale: #4C4C4C. Windows color (decimal): -7006801 or 11474325. OLE color: 11474325.
HSL color Cylindrical-coordinate representation of color #9515AF: hue angle of 289.87º 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 #9515AF is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 21 | 175 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.31 |
| HSL | 289.87º | 0.79% | 0.38% | - |
| HSV(B) | 289.87º | 0.88% | 0.69% | - |
| XYZ | 20.4 | 10.02 | 41.42 | - |
| YUV | 76.83 | 183.41 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 21 | 175 | 0.15 | 0.88 | 0 | 0.31 | 289.87 | 0.79 | 0.38 |
| Hex | 95 | 15 | AF | F | 58 | 0 | 1F | 122 | 4F | 26 |
| Octal | 225 | 25 | 257 | 17 | 130 | 0 | 37 | 442 | 117 | 46 |
| Binary | 10010101 | 10101 | 10101111 | 1111 | 1011000 | 0 | 11111 | 100100010 | 1001111 | 100110 |
Color Harmonies of #9515AF
Complementary color
Monochromatic Colors of #9515AF
Black with #9515AF
Text Example
Text Example
White with #9515AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9515AF; }
p { color: rgb(149,21,175); }
H1.HeaderClassName
{
color: #9515AF;
}
.AnyTagClassName
{
color: #9515AF;
}
</style>
background-color css
<style>
a { background-color: #9515AF; }
a { background-color: rgb(149,21,175); }
div.DivClassName
{
background-color: #9515AF;
}
.BgClassName
{
background-color: #9515AF;
}
</style>
border-color css
<style>
span { border-color: #9515AF; }
span { border-color: rgb(149,21,175); }
td.TdClassName
{
border-color: #9515AF;
}
.TagClassName
{
border-color: #9515AF;
}
</style>