Shades of Dark Violet #9F15BA
Tints of Dark Violet #9F15BA
RGB
CMYK
RGB Variations
Color information
#9F15BA (or 0x9F15BA) is known color: Dark Violet. HEX triplet: 9F, 15 and BA. RGB value is (159,21,186). Sum of RGB (Red+Green+Blue) = 159+21+186=366 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.44% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F15BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F15BA is #60EA45. Grayscale: #505050. Windows color (decimal): -6351430 or 12195231. OLE color: 12195231.
HSL color Cylindrical-coordinate representation of color #9F15BA: hue angle of 290.18º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F15BA is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 21 | 186 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.27 |
| HSL | 290.18º | 0.8% | 0.41% | - |
| HSV(B) | 290.18º | 0.89% | 0.73% | - |
| XYZ | 23.43 | 11.45 | 47.43 | - |
| YUV | 81.07 | 187.22 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 21 | 186 | 0.15 | 0.89 | 0 | 0.27 | 290.18 | 0.8 | 0.41 |
| Hex | 9F | 15 | BA | F | 59 | 0 | 1B | 122 | 50 | 29 |
| Octal | 237 | 25 | 272 | 17 | 131 | 0 | 33 | 442 | 120 | 51 |
| Binary | 10011111 | 10101 | 10111010 | 1111 | 1011001 | 0 | 11011 | 100100010 | 1010000 | 101001 |
Color Harmonies of #9F15BA
Complementary color
Monochromatic Colors of #9F15BA
Black with #9F15BA
Text Example
Text Example
White with #9F15BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F15BA; }
p { color: rgb(159,21,186); }
H1.HeaderClassName
{
color: #9F15BA;
}
.AnyTagClassName
{
color: #9F15BA;
}
</style>
background-color css
<style>
a { background-color: #9F15BA; }
a { background-color: rgb(159,21,186); }
div.DivClassName
{
background-color: #9F15BA;
}
.BgClassName
{
background-color: #9F15BA;
}
</style>
border-color css
<style>
span { border-color: #9F15BA; }
span { border-color: rgb(159,21,186); }
td.TdClassName
{
border-color: #9F15BA;
}
.TagClassName
{
border-color: #9F15BA;
}
</style>