Shades of Blue Violet #9840EC
Tints of Blue Violet #9840EC
RGB
CMYK
RGB Variations
Color information
#9840EC (or 0x9840EC) is known color: Blue Violet. HEX triplet: 98, 40 and EC. RGB value is (152,64,236). Sum of RGB (Red+Green+Blue) = 152+64+236=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 64 (25.39% from 255 or 14.16% from 452); Blue value is 236 (92.58% from 255 or 52.21% from 452); Max value from RGB is 236 - color contains mainly: blue. Hex color #9840EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9840EC is #67BF13. Grayscale: #6D6D6D. Windows color (decimal): -6799124 or 15483032. OLE color: 15483032.
HSL color Cylindrical-coordinate representation of color #9840EC: hue angle of 270.7º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9840EC is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 64 | 236 | - |
| CMYK | 0.36 | 0.73 | 0 | 0.07 |
| HSL | 270.7º | 0.82% | 0.59% | - |
| HSV(B) | 270.7º | 0.73% | 0.93% | - |
| XYZ | 29.92 | 16.4 | 80.94 | - |
| YUV | 109.92 | 199.15 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 64 | 236 | 0.36 | 0.73 | 0 | 0.07 | 270.7 | 0.82 | 0.59 |
| Hex | 98 | 40 | EC | 24 | 49 | 0 | 7 | 10F | 52 | 3B |
| Octal | 230 | 100 | 354 | 44 | 111 | 0 | 7 | 417 | 122 | 73 |
| Binary | 10011000 | 1000000 | 11101100 | 100100 | 1001001 | 0 | 111 | 100001111 | 1010010 | 111011 |
Color Harmonies of #9840EC
Complementary color
Monochromatic Colors of #9840EC
Black with #9840EC
Text Example
Text Example
White with #9840EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9840EC; }
p { color: rgb(152,64,236); }
H1.HeaderClassName
{
color: #9840EC;
}
.AnyTagClassName
{
color: #9840EC;
}
</style>
background-color css
<style>
a { background-color: #9840EC; }
a { background-color: rgb(152,64,236); }
div.DivClassName
{
background-color: #9840EC;
}
.BgClassName
{
background-color: #9840EC;
}
</style>
border-color css
<style>
span { border-color: #9840EC; }
span { border-color: rgb(152,64,236); }
td.TdClassName
{
border-color: #9840EC;
}
.TagClassName
{
border-color: #9840EC;
}
</style>