Shades of Dark Violet #9F01DF
Tints of Dark Violet #9F01DF
RGB
CMYK
RGB Variations
Color information
#9F01DF (or 0x9F01DF) is known color: Dark Violet. HEX triplet: 9F, 01 and DF. RGB value is (159,1,223). Sum of RGB (Red+Green+Blue) = 159+1+223=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 1 (0.78% from 255 or 0.26% from 383); Blue value is 223 (87.5% from 255 or 58.22% from 383); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F01DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F01DF is #60FE20. Grayscale: #484848. Windows color (decimal): -6356513 or 14614943. OLE color: 14614943.
HSL color Cylindrical-coordinate representation of color #9F01DF: hue angle of 282.7º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F01DF is Cyan = 0.29, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 1 | 223 | - |
| CMYK | 0.29 | 1.00 | 0 | 0.13 |
| HSL | 282.7º | 0.99% | 0.44% | - |
| HSV(B) | 282.7º | 1% | 0.87% | - |
| XYZ | 27.63 | 12.72 | 70.81 | - |
| YUV | 73.55 | 212.35 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 1 | 223 | 0.29 | 1.00 | 0 | 0.13 | 282.7 | 0.99 | 0.44 |
| Hex | 9F | 1 | DF | 1D | 64 | 0 | D | 11B | 63 | 2C |
| Octal | 237 | 1 | 337 | 35 | 144 | 0 | 15 | 433 | 143 | 54 |
| Binary | 10011111 | 1 | 11011111 | 11101 | 1100100 | 0 | 1101 | 100011011 | 1100011 | 101100 |
Color Harmonies of #9F01DF
Complementary color
Monochromatic Colors of #9F01DF
Black with #9F01DF
Text Example
Text Example
White with #9F01DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F01DF; }
p { color: rgb(159,1,223); }
H1.HeaderClassName
{
color: #9F01DF;
}
.AnyTagClassName
{
color: #9F01DF;
}
</style>
background-color css
<style>
a { background-color: #9F01DF; }
a { background-color: rgb(159,1,223); }
div.DivClassName
{
background-color: #9F01DF;
}
.BgClassName
{
background-color: #9F01DF;
}
</style>
border-color css
<style>
span { border-color: #9F01DF; }
span { border-color: rgb(159,1,223); }
td.TdClassName
{
border-color: #9F01DF;
}
.TagClassName
{
border-color: #9F01DF;
}
</style>