Shades of Dark Violet #9917DA
Tints of Dark Violet #9917DA
RGB
CMYK
RGB Variations
Color information
#9917DA (or 0x9917DA) is known color: Dark Violet. HEX triplet: 99, 17 and DA. RGB value is (153,23,218). Sum of RGB (Red+Green+Blue) = 153+23+218=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 23 (9.38% from 255 or 5.84% from 394); Blue value is 218 (85.55% from 255 or 55.33% from 394); Max value from RGB is 218 - color contains mainly: blue. Hex color #9917DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9917DA is #66E825. Grayscale: #535353. Windows color (decimal): -6744102 or 14292889. OLE color: 14292889.
HSL color Cylindrical-coordinate representation of color #9917DA: hue angle of 280º degrees, saturation: 0.81, 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 #9917DA is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 23 | 218 | - |
| CMYK | 0.30 | 0.89 | 0 | 0.15 |
| HSL | 280º | 0.81% | 0.47% | - |
| HSV(B) | 280º | 0.89% | 0.85% | - |
| XYZ | 26.1 | 12.45 | 67.36 | - |
| YUV | 84.1 | 203.57 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 23 | 218 | 0.30 | 0.89 | 0 | 0.15 | 280 | 0.81 | 0.47 |
| Hex | 99 | 17 | DA | 1E | 59 | 0 | F | 118 | 51 | 2F |
| Octal | 231 | 27 | 332 | 36 | 131 | 0 | 17 | 430 | 121 | 57 |
| Binary | 10011001 | 10111 | 11011010 | 11110 | 1011001 | 0 | 1111 | 100011000 | 1010001 | 101111 |
Color Harmonies of #9917DA
Complementary color
Monochromatic Colors of #9917DA
Black with #9917DA
Text Example
Text Example
White with #9917DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9917DA; }
p { color: rgb(153,23,218); }
H1.HeaderClassName
{
color: #9917DA;
}
.AnyTagClassName
{
color: #9917DA;
}
</style>
background-color css
<style>
a { background-color: #9917DA; }
a { background-color: rgb(153,23,218); }
div.DivClassName
{
background-color: #9917DA;
}
.BgClassName
{
background-color: #9917DA;
}
</style>
border-color css
<style>
span { border-color: #9917DA; }
span { border-color: rgb(153,23,218); }
td.TdClassName
{
border-color: #9917DA;
}
.TagClassName
{
border-color: #9917DA;
}
</style>