Shades of Dark Violet #9914E5
Tints of Dark Violet #9914E5
RGB
CMYK
RGB Variations
Color information
#9914E5 (or 0x9914E5) is known color: Dark Violet. HEX triplet: 99, 14 and E5. RGB value is (153,20,229). Sum of RGB (Red+Green+Blue) = 153+20+229=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 20 (8.20% from 255 or 4.98% from 402); Blue value is 229 (89.84% from 255 or 56.97% from 402); Max value from RGB is 229 - color contains mainly: blue. Hex color #9914E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9914E5 is #66EB1A. Grayscale: #525252. Windows color (decimal): -6744859 or 15013017. OLE color: 15013017.
HSL color Cylindrical-coordinate representation of color #9914E5: hue angle of 278.18º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9914E5 is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 20 | 229 | - |
| CMYK | 0.33 | 0.91 | 0 | 0.10 |
| HSL | 278.18º | 0.84% | 0.49% | - |
| HSV(B) | 278.18º | 0.91% | 0.9% | - |
| XYZ | 27.53 | 12.93 | 75.17 | - |
| YUV | 83.59 | 210.06 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 20 | 229 | 0.33 | 0.91 | 0 | 0.10 | 278.18 | 0.84 | 0.49 |
| Hex | 99 | 14 | E5 | 21 | 5B | 0 | A | 116 | 54 | 31 |
| Octal | 231 | 24 | 345 | 41 | 133 | 0 | 12 | 426 | 124 | 61 |
| Binary | 10011001 | 10100 | 11100101 | 100001 | 1011011 | 0 | 1010 | 100010110 | 1010100 | 110001 |
Color Harmonies of #9914E5
Complementary color
Monochromatic Colors of #9914E5
Black with #9914E5
Text Example
Text Example
White with #9914E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9914E5; }
p { color: rgb(153,20,229); }
H1.HeaderClassName
{
color: #9914E5;
}
.AnyTagClassName
{
color: #9914E5;
}
</style>
background-color css
<style>
a { background-color: #9914E5; }
a { background-color: rgb(153,20,229); }
div.DivClassName
{
background-color: #9914E5;
}
.BgClassName
{
background-color: #9914E5;
}
</style>
border-color css
<style>
span { border-color: #9914E5; }
span { border-color: rgb(153,20,229); }
td.TdClassName
{
border-color: #9914E5;
}
.TagClassName
{
border-color: #9914E5;
}
</style>