Shades of Dark Violet #9913D9
Tints of Dark Violet #9913D9
RGB
CMYK
RGB Variations
Color information
#9913D9 (or 0x9913D9) is known color: Dark Violet. HEX triplet: 99, 13 and D9. RGB value is (153,19,217). Sum of RGB (Red+Green+Blue) = 153+19+217=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 19 (7.81% from 255 or 4.88% from 389); Blue value is 217 (85.16% from 255 or 55.78% from 389); Max value from RGB is 217 - color contains mainly: blue. Hex color #9913D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9913D9 is #66EC26. Grayscale: #505050. Windows color (decimal): -6745127 or 14226329. OLE color: 14226329.
HSL color Cylindrical-coordinate representation of color #9913D9: hue angle of 280.61º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9913D9 is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 19 | 217 | - |
| CMYK | 0.29 | 0.91 | 0 | 0.15 |
| HSL | 280.61º | 0.84% | 0.46% | - |
| HSV(B) | 280.61º | 0.91% | 0.85% | - |
| XYZ | 25.89 | 12.25 | 66.64 | - |
| YUV | 81.64 | 204.39 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 19 | 217 | 0.29 | 0.91 | 0 | 0.15 | 280.61 | 0.84 | 0.46 |
| Hex | 99 | 13 | D9 | 1D | 5B | 0 | F | 119 | 54 | 2E |
| Octal | 231 | 23 | 331 | 35 | 133 | 0 | 17 | 431 | 124 | 56 |
| Binary | 10011001 | 10011 | 11011001 | 11101 | 1011011 | 0 | 1111 | 100011001 | 1010100 | 101110 |
Color Harmonies of #9913D9
Complementary color
Monochromatic Colors of #9913D9
Black with #9913D9
Text Example
Text Example
White with #9913D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9913D9; }
p { color: rgb(153,19,217); }
H1.HeaderClassName
{
color: #9913D9;
}
.AnyTagClassName
{
color: #9913D9;
}
</style>
background-color css
<style>
a { background-color: #9913D9; }
a { background-color: rgb(153,19,217); }
div.DivClassName
{
background-color: #9913D9;
}
.BgClassName
{
background-color: #9913D9;
}
</style>
border-color css
<style>
span { border-color: #9913D9; }
span { border-color: rgb(153,19,217); }
td.TdClassName
{
border-color: #9913D9;
}
.TagClassName
{
border-color: #9913D9;
}
</style>