Shades of Dark Violet #9F15C1
Tints of Dark Violet #9F15C1
RGB
CMYK
RGB Variations
Color information
#9F15C1 (or 0x9F15C1) is known color: Dark Violet. HEX triplet: 9F, 15 and C1. RGB value is (159,21,193). Sum of RGB (Red+Green+Blue) = 159+21+193=373 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.63% from 373); Green value is 21 (8.59% from 255 or 5.63% from 373); Blue value is 193 (75.78% from 255 or 51.74% from 373); Max value from RGB is 193 - color contains mainly: blue. Hex color #9F15C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F15C1 is #60EA3E. Grayscale: #515151. Windows color (decimal): -6351423 or 12653983. OLE color: 12653983.
HSL color Cylindrical-coordinate representation of color #9F15C1: hue angle of 288.14º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F15C1 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 21 | 193 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.24 |
| HSL | 288.14º | 0.8% | 0.42% | - |
| HSV(B) | 288.14º | 0.89% | 0.76% | - |
| XYZ | 24.19 | 11.76 | 51.45 | - |
| YUV | 81.87 | 190.72 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 21 | 193 | 0.18 | 0.89 | 0 | 0.24 | 288.14 | 0.8 | 0.42 |
| Hex | 9F | 15 | C1 | 12 | 59 | 0 | 18 | 120 | 50 | 2A |
| Octal | 237 | 25 | 301 | 22 | 131 | 0 | 30 | 440 | 120 | 52 |
| Binary | 10011111 | 10101 | 11000001 | 10010 | 1011001 | 0 | 11000 | 100100000 | 1010000 | 101010 |
Color Harmonies of #9F15C1
Complementary color
Monochromatic Colors of #9F15C1
Black with #9F15C1
Text Example
Text Example
White with #9F15C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F15C1; }
p { color: rgb(159,21,193); }
H1.HeaderClassName
{
color: #9F15C1;
}
.AnyTagClassName
{
color: #9F15C1;
}
</style>
background-color css
<style>
a { background-color: #9F15C1; }
a { background-color: rgb(159,21,193); }
div.DivClassName
{
background-color: #9F15C1;
}
.BgClassName
{
background-color: #9F15C1;
}
</style>
border-color css
<style>
span { border-color: #9F15C1; }
span { border-color: rgb(159,21,193); }
td.TdClassName
{
border-color: #9F15C1;
}
.TagClassName
{
border-color: #9F15C1;
}
</style>