Shades of Dark Violet #9F0FBF
Tints of Dark Violet #9F0FBF
RGB
CMYK
RGB Variations
Color information
#9F0FBF (or 0x9F0FBF) is known color: Dark Violet. HEX triplet: 9F, 0F and BF. RGB value is (159,15,191). Sum of RGB (Red+Green+Blue) = 159+15+191=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 15 (6.25% from 255 or 4.11% from 365); Blue value is 191 (75% from 255 or 52.33% from 365); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F0FBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0FBF is #60F040. Grayscale: #4D4D4D. Windows color (decimal): -6352961 or 12521375. OLE color: 12521375.
HSL color Cylindrical-coordinate representation of color #9F0FBF: hue angle of 289.09º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9F0FBF is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 15 | 191 | - |
| CMYK | 0.17 | 0.92 | 0 | 0.25 |
| HSL | 289.09º | 0.85% | 0.4% | - |
| HSV(B) | 289.09º | 0.92% | 0.75% | - |
| XYZ | 23.87 | 11.47 | 50.25 | - |
| YUV | 78.12 | 191.71 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 15 | 191 | 0.17 | 0.92 | 0 | 0.25 | 289.09 | 0.85 | 0.4 |
| Hex | 9F | F | BF | 11 | 5C | 0 | 19 | 121 | 55 | 28 |
| Octal | 237 | 17 | 277 | 21 | 134 | 0 | 31 | 441 | 125 | 50 |
| Binary | 10011111 | 1111 | 10111111 | 10001 | 1011100 | 0 | 11001 | 100100001 | 1010101 | 101000 |
Color Harmonies of #9F0FBF
Complementary color
Monochromatic Colors of #9F0FBF
Black with #9F0FBF
Text Example
Text Example
White with #9F0FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0FBF; }
p { color: rgb(159,15,191); }
H1.HeaderClassName
{
color: #9F0FBF;
}
.AnyTagClassName
{
color: #9F0FBF;
}
</style>
background-color css
<style>
a { background-color: #9F0FBF; }
a { background-color: rgb(159,15,191); }
div.DivClassName
{
background-color: #9F0FBF;
}
.BgClassName
{
background-color: #9F0FBF;
}
</style>
border-color css
<style>
span { border-color: #9F0FBF; }
span { border-color: rgb(159,15,191); }
td.TdClassName
{
border-color: #9F0FBF;
}
.TagClassName
{
border-color: #9F0FBF;
}
</style>