Shades of Dark Violet #9814E5
Tints of Dark Violet #9814E5
RGB
CMYK
RGB Variations
Color information
#9814E5 (or 0x9814E5) is known color: Dark Violet. HEX triplet: 98, 14 and E5. RGB value is (152,20,229). Sum of RGB (Red+Green+Blue) = 152+20+229=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 20 (8.20% from 255 or 4.99% from 401); Blue value is 229 (89.84% from 255 or 57.11% from 401); Max value from RGB is 229 - color contains mainly: blue. Hex color #9814E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9814E5 is #67EB1A. Grayscale: #525252. Windows color (decimal): -6810395 or 15013016. OLE color: 15013016.
HSL color Cylindrical-coordinate representation of color #9814E5: hue angle of 277.89º 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 #9814E5 is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 152 | 20 | 229 | - |
| CMYK | 0.34 | 0.91 | 0 | 0.10 |
| HSL | 277.89º | 0.84% | 0.49% | - |
| HSV(B) | 277.89º | 0.91% | 0.9% | - |
| XYZ | 27.34 | 12.83 | 75.16 | - |
| YUV | 83.29 | 210.23 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 20 | 229 | 0.34 | 0.91 | 0 | 0.10 | 277.89 | 0.84 | 0.49 |
| Hex | 98 | 14 | E5 | 22 | 5B | 0 | A | 116 | 54 | 31 |
| Octal | 230 | 24 | 345 | 42 | 133 | 0 | 12 | 426 | 124 | 61 |
| Binary | 10011000 | 10100 | 11100101 | 100010 | 1011011 | 0 | 1010 | 100010110 | 1010100 | 110001 |
Color Harmonies of #9814E5
Complementary color
Monochromatic Colors of #9814E5
Black with #9814E5
Text Example
Text Example
White with #9814E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9814E5; }
p { color: rgb(152,20,229); }
H1.HeaderClassName
{
color: #9814E5;
}
.AnyTagClassName
{
color: #9814E5;
}
</style>
background-color css
<style>
a { background-color: #9814E5; }
a { background-color: rgb(152,20,229); }
div.DivClassName
{
background-color: #9814E5;
}
.BgClassName
{
background-color: #9814E5;
}
</style>
border-color css
<style>
span { border-color: #9814E5; }
span { border-color: rgb(152,20,229); }
td.TdClassName
{
border-color: #9814E5;
}
.TagClassName
{
border-color: #9814E5;
}
</style>