Shades of Dark Violet #9F10DF
Tints of Dark Violet #9F10DF
RGB
CMYK
RGB Variations
Color information
#9F10DF (or 0x9F10DF) is known color: Dark Violet. HEX triplet: 9F, 10 and DF. RGB value is (159,16,223). Sum of RGB (Red+Green+Blue) = 159+16+223=398 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.95% from 398); Green value is 16 (6.64% from 255 or 4.02% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F10DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F10DF is #60EF20. Grayscale: #515151. Windows color (decimal): -6352673 or 14618783. OLE color: 14618783.
HSL color Cylindrical-coordinate representation of color #9F10DF: hue angle of 281.45º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9F10DF is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 16 | 223 | - |
| CMYK | 0.29 | 0.93 | 0 | 0.13 |
| HSL | 281.45º | 0.87% | 0.47% | - |
| HSV(B) | 281.45º | 0.93% | 0.87% | - |
| XYZ | 27.8 | 13.07 | 70.87 | - |
| YUV | 82.36 | 207.38 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 16 | 223 | 0.29 | 0.93 | 0 | 0.13 | 281.45 | 0.87 | 0.47 |
| Hex | 9F | 10 | DF | 1D | 5D | 0 | D | 119 | 57 | 2F |
| Octal | 237 | 20 | 337 | 35 | 135 | 0 | 15 | 431 | 127 | 57 |
| Binary | 10011111 | 10000 | 11011111 | 11101 | 1011101 | 0 | 1101 | 100011001 | 1010111 | 101111 |
Color Harmonies of #9F10DF
Complementary color
Monochromatic Colors of #9F10DF
Black with #9F10DF
Text Example
Text Example
White with #9F10DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F10DF; }
p { color: rgb(159,16,223); }
H1.HeaderClassName
{
color: #9F10DF;
}
.AnyTagClassName
{
color: #9F10DF;
}
</style>
background-color css
<style>
a { background-color: #9F10DF; }
a { background-color: rgb(159,16,223); }
div.DivClassName
{
background-color: #9F10DF;
}
.BgClassName
{
background-color: #9F10DF;
}
</style>
border-color css
<style>
span { border-color: #9F10DF; }
span { border-color: rgb(159,16,223); }
td.TdClassName
{
border-color: #9F10DF;
}
.TagClassName
{
border-color: #9F10DF;
}
</style>