Shades of Dark Violet #9F05CF
Tints of Dark Violet #9F05CF
RGB
CMYK
RGB Variations
Color information
#9F05CF (or 0x9F05CF) is known color: Dark Violet. HEX triplet: 9F, 05 and CF. RGB value is (159,5,207). Sum of RGB (Red+Green+Blue) = 159+5+207=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 5 (2.34% from 255 or 1.35% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F05CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F05CF is #60FA30. Grayscale: #494949. Windows color (decimal): -6355505 or 13567391. OLE color: 13567391.
HSL color Cylindrical-coordinate representation of color #9F05CF: hue angle of 285.74º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9F05CF is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 5 | 207 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.19 |
| HSL | 285.74º | 0.95% | 0.42% | - |
| HSV(B) | 285.74º | 0.98% | 0.81% | - |
| XYZ | 25.61 | 11.98 | 59.99 | - |
| YUV | 74.07 | 203.02 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 5 | 207 | 0.23 | 0.98 | 0 | 0.19 | 285.74 | 0.95 | 0.42 |
| Hex | 9F | 5 | CF | 17 | 62 | 0 | 13 | 11E | 5F | 2A |
| Octal | 237 | 5 | 317 | 27 | 142 | 0 | 23 | 436 | 137 | 52 |
| Binary | 10011111 | 101 | 11001111 | 10111 | 1100010 | 0 | 10011 | 100011110 | 1011111 | 101010 |
Color Harmonies of #9F05CF
Complementary color
Monochromatic Colors of #9F05CF
Black with #9F05CF
Text Example
Text Example
White with #9F05CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F05CF; }
p { color: rgb(159,5,207); }
H1.HeaderClassName
{
color: #9F05CF;
}
.AnyTagClassName
{
color: #9F05CF;
}
</style>
background-color css
<style>
a { background-color: #9F05CF; }
a { background-color: rgb(159,5,207); }
div.DivClassName
{
background-color: #9F05CF;
}
.BgClassName
{
background-color: #9F05CF;
}
</style>
border-color css
<style>
span { border-color: #9F05CF; }
span { border-color: rgb(159,5,207); }
td.TdClassName
{
border-color: #9F05CF;
}
.TagClassName
{
border-color: #9F05CF;
}
</style>