Shades of Dark Violet #9914DF
Tints of Dark Violet #9914DF
RGB
CMYK
RGB Variations
Color information
#9914DF (or 0x9914DF) is known color: Dark Violet. HEX triplet: 99, 14 and DF. RGB value is (153,20,223). Sum of RGB (Red+Green+Blue) = 153+20+223=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 20 (8.20% from 255 or 5.05% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #9914DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9914DF is #66EB20. Grayscale: #525252. Windows color (decimal): -6744865 or 14619801. OLE color: 14619801.
HSL color Cylindrical-coordinate representation of color #9914DF: hue angle of 279.31º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9914DF is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 20 | 223 | - |
| CMYK | 0.31 | 0.91 | 0 | 0.13 |
| HSL | 279.31º | 0.84% | 0.48% | - |
| HSV(B) | 279.31º | 0.91% | 0.87% | - |
| XYZ | 26.71 | 12.6 | 70.84 | - |
| YUV | 82.91 | 207.06 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 20 | 223 | 0.31 | 0.91 | 0 | 0.13 | 279.31 | 0.84 | 0.48 |
| Hex | 99 | 14 | DF | 1F | 5B | 0 | D | 117 | 54 | 30 |
| Octal | 231 | 24 | 337 | 37 | 133 | 0 | 15 | 427 | 124 | 60 |
| Binary | 10011001 | 10100 | 11011111 | 11111 | 1011011 | 0 | 1101 | 100010111 | 1010100 | 110000 |
Color Harmonies of #9914DF
Complementary color
Monochromatic Colors of #9914DF
Black with #9914DF
Text Example
Text Example
White with #9914DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9914DF; }
p { color: rgb(153,20,223); }
H1.HeaderClassName
{
color: #9914DF;
}
.AnyTagClassName
{
color: #9914DF;
}
</style>
background-color css
<style>
a { background-color: #9914DF; }
a { background-color: rgb(153,20,223); }
div.DivClassName
{
background-color: #9914DF;
}
.BgClassName
{
background-color: #9914DF;
}
</style>
border-color css
<style>
span { border-color: #9914DF; }
span { border-color: rgb(153,20,223); }
td.TdClassName
{
border-color: #9914DF;
}
.TagClassName
{
border-color: #9914DF;
}
</style>