Shades of Dark Violet #9F0FCF
Tints of Dark Violet #9F0FCF
RGB
CMYK
RGB Variations
Color information
#9F0FCF (or 0x9F0FCF) is known color: Dark Violet. HEX triplet: 9F, 0F and CF. RGB value is (159,15,207). Sum of RGB (Red+Green+Blue) = 159+15+207=381 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.73% from 381); Green value is 15 (6.25% from 255 or 3.94% from 381); Blue value is 207 (81.25% from 255 or 54.33% from 381); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F0FCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0FCF is #60F030. Grayscale: #4F4F4F. Windows color (decimal): -6352945 or 13569951. OLE color: 13569951.
HSL color Cylindrical-coordinate representation of color #9F0FCF: hue angle of 285º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9F0FCF is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 15 | 207 | - |
| CMYK | 0.23 | 0.93 | 0 | 0.19 |
| HSL | 285º | 0.86% | 0.44% | - |
| HSV(B) | 285º | 0.93% | 0.81% | - |
| XYZ | 25.73 | 12.22 | 60.03 | - |
| YUV | 79.94 | 199.71 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 15 | 207 | 0.23 | 0.93 | 0 | 0.19 | 285 | 0.86 | 0.44 |
| Hex | 9F | F | CF | 17 | 5D | 0 | 13 | 11D | 56 | 2C |
| Octal | 237 | 17 | 317 | 27 | 135 | 0 | 23 | 435 | 126 | 54 |
| Binary | 10011111 | 1111 | 11001111 | 10111 | 1011101 | 0 | 10011 | 100011101 | 1010110 | 101100 |
Color Harmonies of #9F0FCF
Complementary color
Monochromatic Colors of #9F0FCF
Black with #9F0FCF
Text Example
Text Example
White with #9F0FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0FCF; }
p { color: rgb(159,15,207); }
H1.HeaderClassName
{
color: #9F0FCF;
}
.AnyTagClassName
{
color: #9F0FCF;
}
</style>
background-color css
<style>
a { background-color: #9F0FCF; }
a { background-color: rgb(159,15,207); }
div.DivClassName
{
background-color: #9F0FCF;
}
.BgClassName
{
background-color: #9F0FCF;
}
</style>
border-color css
<style>
span { border-color: #9F0FCF; }
span { border-color: rgb(159,15,207); }
td.TdClassName
{
border-color: #9F0FCF;
}
.TagClassName
{
border-color: #9F0FCF;
}
</style>