Shades of Dark Violet #9913D4
Tints of Dark Violet #9913D4
RGB
CMYK
RGB Variations
Color information
#9913D4 (or 0x9913D4) is known color: Dark Violet. HEX triplet: 99, 13 and D4. RGB value is (153,19,212). Sum of RGB (Red+Green+Blue) = 153+19+212=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 19 (7.81% from 255 or 4.95% from 384); Blue value is 212 (83.20% from 255 or 55.21% from 384); Max value from RGB is 212 - color contains mainly: blue. Hex color #9913D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9913D4 is #66EC2B. Grayscale: #505050. Windows color (decimal): -6745132 or 13898649. OLE color: 13898649.
HSL color Cylindrical-coordinate representation of color #9913D4: hue angle of 281.66º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9913D4 is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 19 | 212 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.17 |
| HSL | 281.66º | 0.84% | 0.45% | - |
| HSV(B) | 281.66º | 0.91% | 0.83% | - |
| XYZ | 25.25 | 11.99 | 63.27 | - |
| YUV | 81.07 | 201.89 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 19 | 212 | 0.28 | 0.91 | 0 | 0.17 | 281.66 | 0.84 | 0.45 |
| Hex | 99 | 13 | D4 | 1C | 5B | 0 | 11 | 11A | 54 | 2D |
| Octal | 231 | 23 | 324 | 34 | 133 | 0 | 21 | 432 | 124 | 55 |
| Binary | 10011001 | 10011 | 11010100 | 11100 | 1011011 | 0 | 10001 | 100011010 | 1010100 | 101101 |
Color Harmonies of #9913D4
Complementary color
Monochromatic Colors of #9913D4
Black with #9913D4
Text Example
Text Example
White with #9913D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9913D4; }
p { color: rgb(153,19,212); }
H1.HeaderClassName
{
color: #9913D4;
}
.AnyTagClassName
{
color: #9913D4;
}
</style>
background-color css
<style>
a { background-color: #9913D4; }
a { background-color: rgb(153,19,212); }
div.DivClassName
{
background-color: #9913D4;
}
.BgClassName
{
background-color: #9913D4;
}
</style>
border-color css
<style>
span { border-color: #9913D4; }
span { border-color: rgb(153,19,212); }
td.TdClassName
{
border-color: #9913D4;
}
.TagClassName
{
border-color: #9913D4;
}
</style>