Shades of Dark Violet #9918D9
Tints of Dark Violet #9918D9
RGB
CMYK
RGB Variations
Color information
#9918D9 (or 0x9918D9) is known color: Dark Violet. HEX triplet: 99, 18 and D9. RGB value is (153,24,217). Sum of RGB (Red+Green+Blue) = 153+24+217=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 24 (9.77% from 255 or 6.09% from 394); Blue value is 217 (85.16% from 255 or 55.08% from 394); Max value from RGB is 217 - color contains mainly: blue. Hex color #9918D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9918D9 is #66E726. Grayscale: #535353. Windows color (decimal): -6743847 or 14227609. OLE color: 14227609.
HSL color Cylindrical-coordinate representation of color #9918D9: hue angle of 280.1º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9918D9 is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 24 | 217 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.15 |
| HSL | 280.1º | 0.8% | 0.47% | - |
| HSV(B) | 280.1º | 0.89% | 0.85% | - |
| XYZ | 25.99 | 12.44 | 66.68 | - |
| YUV | 84.57 | 202.74 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 24 | 217 | 0.29 | 0.89 | 0 | 0.15 | 280.1 | 0.8 | 0.47 |
| Hex | 99 | 18 | D9 | 1D | 59 | 0 | F | 118 | 50 | 2F |
| Octal | 231 | 30 | 331 | 35 | 131 | 0 | 17 | 430 | 120 | 57 |
| Binary | 10011001 | 11000 | 11011001 | 11101 | 1011001 | 0 | 1111 | 100011000 | 1010000 | 101111 |
Color Harmonies of #9918D9
Complementary color
Monochromatic Colors of #9918D9
Black with #9918D9
Text Example
Text Example
White with #9918D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9918D9; }
p { color: rgb(153,24,217); }
H1.HeaderClassName
{
color: #9918D9;
}
.AnyTagClassName
{
color: #9918D9;
}
</style>
background-color css
<style>
a { background-color: #9918D9; }
a { background-color: rgb(153,24,217); }
div.DivClassName
{
background-color: #9918D9;
}
.BgClassName
{
background-color: #9918D9;
}
</style>
border-color css
<style>
span { border-color: #9918D9; }
span { border-color: rgb(153,24,217); }
td.TdClassName
{
border-color: #9918D9;
}
.TagClassName
{
border-color: #9918D9;
}
</style>