Shades of Dark Violet #9F0DDF
Tints of Dark Violet #9F0DDF
RGB
CMYK
RGB Variations
Color information
#9F0DDF (or 0x9F0DDF) is known color: Dark Violet. HEX triplet: 9F, 0D and DF. RGB value is (159,13,223). Sum of RGB (Red+Green+Blue) = 159+13+223=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 13 (5.47% from 255 or 3.29% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F0DDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0DDF is #60F220. Grayscale: #4F4F4F. Windows color (decimal): -6353441 or 14618015. OLE color: 14618015.
HSL color Cylindrical-coordinate representation of color #9F0DDF: hue angle of 281.71º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F0DDF is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 13 | 223 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.13 |
| HSL | 281.71º | 0.89% | 0.46% | - |
| HSV(B) | 281.71º | 0.94% | 0.87% | - |
| XYZ | 27.76 | 12.99 | 70.86 | - |
| YUV | 80.59 | 208.37 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 13 | 223 | 0.29 | 0.94 | 0 | 0.13 | 281.71 | 0.89 | 0.46 |
| Hex | 9F | D | DF | 1D | 5E | 0 | D | 11A | 59 | 2E |
| Octal | 237 | 15 | 337 | 35 | 136 | 0 | 15 | 432 | 131 | 56 |
| Binary | 10011111 | 1101 | 11011111 | 11101 | 1011110 | 0 | 1101 | 100011010 | 1011001 | 101110 |
Color Harmonies of #9F0DDF
Complementary color
Monochromatic Colors of #9F0DDF
Black with #9F0DDF
Text Example
Text Example
White with #9F0DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0DDF; }
p { color: rgb(159,13,223); }
H1.HeaderClassName
{
color: #9F0DDF;
}
.AnyTagClassName
{
color: #9F0DDF;
}
</style>
background-color css
<style>
a { background-color: #9F0DDF; }
a { background-color: rgb(159,13,223); }
div.DivClassName
{
background-color: #9F0DDF;
}
.BgClassName
{
background-color: #9F0DDF;
}
</style>
border-color css
<style>
span { border-color: #9F0DDF; }
span { border-color: rgb(159,13,223); }
td.TdClassName
{
border-color: #9F0DDF;
}
.TagClassName
{
border-color: #9F0DDF;
}
</style>