Shades of Dark Violet #9F18DD
Tints of Dark Violet #9F18DD
RGB
CMYK
RGB Variations
Color information
#9F18DD (or 0x9F18DD) is known color: Dark Violet. HEX triplet: 9F, 18 and DD. RGB value is (159,24,221). Sum of RGB (Red+Green+Blue) = 159+24+221=404 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.36% from 404); Green value is 24 (9.77% from 255 or 5.94% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F18DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F18DD is #60E722. Grayscale: #565656. Windows color (decimal): -6350627 or 14489759. OLE color: 14489759.
HSL color Cylindrical-coordinate representation of color #9F18DD: hue angle of 281.12º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F18DD is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 24 | 221 | - |
| CMYK | 0.28 | 0.89 | 0 | 0.13 |
| HSL | 281.12º | 0.8% | 0.48% | - |
| HSV(B) | 281.12º | 0.89% | 0.87% | - |
| XYZ | 27.68 | 13.24 | 69.5 | - |
| YUV | 86.82 | 203.73 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 24 | 221 | 0.28 | 0.89 | 0 | 0.13 | 281.12 | 0.8 | 0.48 |
| Hex | 9F | 18 | DD | 1C | 59 | 0 | D | 119 | 50 | 30 |
| Octal | 237 | 30 | 335 | 34 | 131 | 0 | 15 | 431 | 120 | 60 |
| Binary | 10011111 | 11000 | 11011101 | 11100 | 1011001 | 0 | 1101 | 100011001 | 1010000 | 110000 |
Color Harmonies of #9F18DD
Complementary color
Monochromatic Colors of #9F18DD
Black with #9F18DD
Text Example
Text Example
White with #9F18DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F18DD; }
p { color: rgb(159,24,221); }
H1.HeaderClassName
{
color: #9F18DD;
}
.AnyTagClassName
{
color: #9F18DD;
}
</style>
background-color css
<style>
a { background-color: #9F18DD; }
a { background-color: rgb(159,24,221); }
div.DivClassName
{
background-color: #9F18DD;
}
.BgClassName
{
background-color: #9F18DD;
}
</style>
border-color css
<style>
span { border-color: #9F18DD; }
span { border-color: rgb(159,24,221); }
td.TdClassName
{
border-color: #9F18DD;
}
.TagClassName
{
border-color: #9F18DD;
}
</style>