Shades of Dark Violet #9F0DDE
Tints of Dark Violet #9F0DDE
RGB
CMYK
RGB Variations
Color information
#9F0DDE (or 0x9F0DDE) is known color: Dark Violet. HEX triplet: 9F, 0D and DE. RGB value is (159,13,222). Sum of RGB (Red+Green+Blue) = 159+13+222=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 13 (5.47% from 255 or 3.30% from 394); Blue value is 222 (87.11% from 255 or 56.35% from 394); Max value from RGB is 222 - color contains mainly: blue. Hex color #9F0DDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0DDE is #60F221. Grayscale: #4F4F4F. Windows color (decimal): -6353442 or 14552479. OLE color: 14552479.
HSL color Cylindrical-coordinate representation of color #9F0DDE: hue angle of 281.91º 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 #9F0DDE is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 13 | 222 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.13 |
| HSL | 281.91º | 0.89% | 0.46% | - |
| HSV(B) | 281.91º | 0.94% | 0.87% | - |
| XYZ | 27.63 | 12.93 | 70.15 | - |
| YUV | 80.48 | 207.87 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 13 | 222 | 0.28 | 0.94 | 0 | 0.13 | 281.91 | 0.89 | 0.46 |
| Hex | 9F | D | DE | 1C | 5E | 0 | D | 11A | 59 | 2E |
| Octal | 237 | 15 | 336 | 34 | 136 | 0 | 15 | 432 | 131 | 56 |
| Binary | 10011111 | 1101 | 11011110 | 11100 | 1011110 | 0 | 1101 | 100011010 | 1011001 | 101110 |
Color Harmonies of #9F0DDE
Complementary color
Monochromatic Colors of #9F0DDE
Black with #9F0DDE
Text Example
Text Example
White with #9F0DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0DDE; }
p { color: rgb(159,13,222); }
H1.HeaderClassName
{
color: #9F0DDE;
}
.AnyTagClassName
{
color: #9F0DDE;
}
</style>
background-color css
<style>
a { background-color: #9F0DDE; }
a { background-color: rgb(159,13,222); }
div.DivClassName
{
background-color: #9F0DDE;
}
.BgClassName
{
background-color: #9F0DDE;
}
</style>
border-color css
<style>
span { border-color: #9F0DDE; }
span { border-color: rgb(159,13,222); }
td.TdClassName
{
border-color: #9F0DDE;
}
.TagClassName
{
border-color: #9F0DDE;
}
</style>