Shades of Dark Violet #9F14CF
Tints of Dark Violet #9F14CF
RGB
CMYK
RGB Variations
Color information
#9F14CF (or 0x9F14CF) is known color: Dark Violet. HEX triplet: 9F, 14 and CF. RGB value is (159,20,207). Sum of RGB (Red+Green+Blue) = 159+20+207=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 20 (8.20% from 255 or 5.18% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F14CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F14CF is #60EB30. Grayscale: #525252. Windows color (decimal): -6351665 or 13571231. OLE color: 13571231.
HSL color Cylindrical-coordinate representation of color #9F14CF: hue angle of 284.6º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F14CF is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 20 | 207 | - |
| CMYK | 0.23 | 0.90 | 0 | 0.19 |
| HSL | 284.6º | 0.82% | 0.45% | - |
| HSV(B) | 284.6º | 0.9% | 0.81% | - |
| XYZ | 25.81 | 12.38 | 60.06 | - |
| YUV | 82.88 | 198.05 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 20 | 207 | 0.23 | 0.90 | 0 | 0.19 | 284.6 | 0.82 | 0.45 |
| Hex | 9F | 14 | CF | 17 | 5A | 0 | 13 | 11D | 52 | 2D |
| Octal | 237 | 24 | 317 | 27 | 132 | 0 | 23 | 435 | 122 | 55 |
| Binary | 10011111 | 10100 | 11001111 | 10111 | 1011010 | 0 | 10011 | 100011101 | 1010010 | 101101 |
Color Harmonies of #9F14CF
Complementary color
Monochromatic Colors of #9F14CF
Black with #9F14CF
Text Example
Text Example
White with #9F14CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F14CF; }
p { color: rgb(159,20,207); }
H1.HeaderClassName
{
color: #9F14CF;
}
.AnyTagClassName
{
color: #9F14CF;
}
</style>
background-color css
<style>
a { background-color: #9F14CF; }
a { background-color: rgb(159,20,207); }
div.DivClassName
{
background-color: #9F14CF;
}
.BgClassName
{
background-color: #9F14CF;
}
</style>
border-color css
<style>
span { border-color: #9F14CF; }
span { border-color: rgb(159,20,207); }
td.TdClassName
{
border-color: #9F14CF;
}
.TagClassName
{
border-color: #9F14CF;
}
</style>