Shades of Dark Violet #9913D6
Tints of Dark Violet #9913D6
RGB
CMYK
RGB Variations
Color information
#9913D6 (or 0x9913D6) is known color: Dark Violet. HEX triplet: 99, 13 and D6. RGB value is (153,19,214). Sum of RGB (Red+Green+Blue) = 153+19+214=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 19 (7.81% from 255 or 4.92% from 386); Blue value is 214 (83.98% from 255 or 55.44% from 386); Max value from RGB is 214 - color contains mainly: blue. Hex color #9913D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9913D6 is #66EC29. Grayscale: #505050. Windows color (decimal): -6745130 or 14029721. OLE color: 14029721.
HSL color Cylindrical-coordinate representation of color #9913D6: hue angle of 281.23º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9913D6 is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 19 | 214 | - |
| CMYK | 0.29 | 0.91 | 0 | 0.16 |
| HSL | 281.23º | 0.84% | 0.46% | - |
| HSV(B) | 281.23º | 0.91% | 0.84% | - |
| XYZ | 25.51 | 12.09 | 64.61 | - |
| YUV | 81.3 | 202.89 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 19 | 214 | 0.29 | 0.91 | 0 | 0.16 | 281.23 | 0.84 | 0.46 |
| Hex | 99 | 13 | D6 | 1D | 5B | 0 | 10 | 119 | 54 | 2E |
| Octal | 231 | 23 | 326 | 35 | 133 | 0 | 20 | 431 | 124 | 56 |
| Binary | 10011001 | 10011 | 11010110 | 11101 | 1011011 | 0 | 10000 | 100011001 | 1010100 | 101110 |
Color Harmonies of #9913D6
Complementary color
Monochromatic Colors of #9913D6
Black with #9913D6
Text Example
Text Example
White with #9913D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9913D6; }
p { color: rgb(153,19,214); }
H1.HeaderClassName
{
color: #9913D6;
}
.AnyTagClassName
{
color: #9913D6;
}
</style>
background-color css
<style>
a { background-color: #9913D6; }
a { background-color: rgb(153,19,214); }
div.DivClassName
{
background-color: #9913D6;
}
.BgClassName
{
background-color: #9913D6;
}
</style>
border-color css
<style>
span { border-color: #9913D6; }
span { border-color: rgb(153,19,214); }
td.TdClassName
{
border-color: #9913D6;
}
.TagClassName
{
border-color: #9913D6;
}
</style>