Shades of Dark Violet #9F01DD
Tints of Dark Violet #9F01DD
RGB
CMYK
RGB Variations
Color information
#9F01DD (or 0x9F01DD) is known color: Dark Violet. HEX triplet: 9F, 01 and DD. RGB value is (159,1,221). Sum of RGB (Red+Green+Blue) = 159+1+221=381 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.73% from 381); Green value is 1 (0.78% from 255 or 0.26% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F01DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F01DD is #60FE22. Grayscale: #484848. Windows color (decimal): -6356515 or 14483871. OLE color: 14483871.
HSL color Cylindrical-coordinate representation of color #9F01DD: hue angle of 283.09º 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 #9F01DD is Cyan = 0.28, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 1 | 221 | - |
| CMYK | 0.28 | 1.00 | 0 | 0.13 |
| HSL | 283.09º | 0.99% | 0.44% | - |
| HSV(B) | 283.09º | 1% | 0.87% | - |
| XYZ | 27.36 | 12.61 | 69.4 | - |
| YUV | 73.32 | 211.35 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 1 | 221 | 0.28 | 1.00 | 0 | 0.13 | 283.09 | 0.99 | 0.44 |
| Hex | 9F | 1 | DD | 1C | 64 | 0 | D | 11B | 63 | 2C |
| Octal | 237 | 1 | 335 | 34 | 144 | 0 | 15 | 433 | 143 | 54 |
| Binary | 10011111 | 1 | 11011101 | 11100 | 1100100 | 0 | 1101 | 100011011 | 1100011 | 101100 |
Color Harmonies of #9F01DD
Complementary color
Monochromatic Colors of #9F01DD
Black with #9F01DD
Text Example
Text Example
White with #9F01DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F01DD; }
p { color: rgb(159,1,221); }
H1.HeaderClassName
{
color: #9F01DD;
}
.AnyTagClassName
{
color: #9F01DD;
}
</style>
background-color css
<style>
a { background-color: #9F01DD; }
a { background-color: rgb(159,1,221); }
div.DivClassName
{
background-color: #9F01DD;
}
.BgClassName
{
background-color: #9F01DD;
}
</style>
border-color css
<style>
span { border-color: #9F01DD; }
span { border-color: rgb(159,1,221); }
td.TdClassName
{
border-color: #9F01DD;
}
.TagClassName
{
border-color: #9F01DD;
}
</style>