Shades of Dark Violet #9F04DD
Tints of Dark Violet #9F04DD
RGB
CMYK
RGB Variations
Color information
#9F04DD (or 0x9F04DD) is known color: Dark Violet. HEX triplet: 9F, 04 and DD. RGB value is (159,4,221). Sum of RGB (Red+Green+Blue) = 159+4+221=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 4 (1.95% from 255 or 1.04% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F04DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F04DD is #60FB22. Grayscale: #4A4A4A. Windows color (decimal): -6355747 or 14484639. OLE color: 14484639.
HSL color Cylindrical-coordinate representation of color #9F04DD: hue angle of 282.86º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9F04DD is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 4 | 221 | - |
| CMYK | 0.28 | 0.98 | 0 | 0.13 |
| HSL | 282.86º | 0.96% | 0.44% | - |
| HSV(B) | 282.86º | 0.98% | 0.87% | - |
| XYZ | 27.39 | 12.68 | 69.41 | - |
| YUV | 75.08 | 210.35 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 4 | 221 | 0.28 | 0.98 | 0 | 0.13 | 282.86 | 0.96 | 0.44 |
| Hex | 9F | 4 | DD | 1C | 62 | 0 | D | 11B | 60 | 2C |
| Octal | 237 | 4 | 335 | 34 | 142 | 0 | 15 | 433 | 140 | 54 |
| Binary | 10011111 | 100 | 11011101 | 11100 | 1100010 | 0 | 1101 | 100011011 | 1100000 | 101100 |
Color Harmonies of #9F04DD
Complementary color
Monochromatic Colors of #9F04DD
Black with #9F04DD
Text Example
Text Example
White with #9F04DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F04DD; }
p { color: rgb(159,4,221); }
H1.HeaderClassName
{
color: #9F04DD;
}
.AnyTagClassName
{
color: #9F04DD;
}
</style>
background-color css
<style>
a { background-color: #9F04DD; }
a { background-color: rgb(159,4,221); }
div.DivClassName
{
background-color: #9F04DD;
}
.BgClassName
{
background-color: #9F04DD;
}
</style>
border-color css
<style>
span { border-color: #9F04DD; }
span { border-color: rgb(159,4,221); }
td.TdClassName
{
border-color: #9F04DD;
}
.TagClassName
{
border-color: #9F04DD;
}
</style>