Shades of Dark Violet #9F01BF
Tints of Dark Violet #9F01BF
RGB
CMYK
RGB Variations
Color information
#9F01BF (or 0x9F01BF) is known color: Dark Violet. HEX triplet: 9F, 01 and BF. RGB value is (159,1,191). Sum of RGB (Red+Green+Blue) = 159+1+191=351 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.30% from 351); Green value is 1 (0.78% from 255 or 0.28% from 351); Blue value is 191 (75% from 255 or 54.42% from 351); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F01BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F01BF is #60FE40. Grayscale: #454545. Windows color (decimal): -6356545 or 12517791. OLE color: 12517791.
HSL color Cylindrical-coordinate representation of color #9F01BF: hue angle of 289.89º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F01BF is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 1 | 191 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.25 |
| HSL | 289.89º | 0.99% | 0.38% | - |
| HSV(B) | 289.89º | 0.99% | 0.75% | - |
| XYZ | 23.71 | 11.15 | 50.19 | - |
| YUV | 69.9 | 196.35 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 1 | 191 | 0.17 | 0.99 | 0 | 0.25 | 289.89 | 0.99 | 0.38 |
| Hex | 9F | 1 | BF | 11 | 63 | 0 | 19 | 122 | 63 | 26 |
| Octal | 237 | 1 | 277 | 21 | 143 | 0 | 31 | 442 | 143 | 46 |
| Binary | 10011111 | 1 | 10111111 | 10001 | 1100011 | 0 | 11001 | 100100010 | 1100011 | 100110 |
Color Harmonies of #9F01BF
Complementary color
Monochromatic Colors of #9F01BF
Black with #9F01BF
Text Example
Text Example
White with #9F01BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F01BF; }
p { color: rgb(159,1,191); }
H1.HeaderClassName
{
color: #9F01BF;
}
.AnyTagClassName
{
color: #9F01BF;
}
</style>
background-color css
<style>
a { background-color: #9F01BF; }
a { background-color: rgb(159,1,191); }
div.DivClassName
{
background-color: #9F01BF;
}
.BgClassName
{
background-color: #9F01BF;
}
</style>
border-color css
<style>
span { border-color: #9F01BF; }
span { border-color: rgb(159,1,191); }
td.TdClassName
{
border-color: #9F01BF;
}
.TagClassName
{
border-color: #9F01BF;
}
</style>