Shades of Blue Violet #9815EC
Tints of Blue Violet #9815EC
RGB
CMYK
RGB Variations
Color information
#9815EC (or 0x9815EC) is known color: Blue Violet. HEX triplet: 98, 15 and EC. RGB value is (152,21,236). Sum of RGB (Red+Green+Blue) = 152+21+236=409 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.16% from 409); Green value is 21 (8.59% from 255 or 5.13% from 409); Blue value is 236 (92.58% from 255 or 57.70% from 409); Max value from RGB is 236 - color contains mainly: blue. Hex color #9815EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9815EC is #67EA13. Grayscale: #535353. Windows color (decimal): -6810132 or 15472024. OLE color: 15472024.
HSL color Cylindrical-coordinate representation of color #9815EC: hue angle of 276.56º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9815EC is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 21 | 236 | - |
| CMYK | 0.36 | 0.91 | 0 | 0.07 |
| HSL | 276.56º | 0.85% | 0.5% | - |
| HSV(B) | 276.56º | 0.91% | 0.93% | - |
| XYZ | 28.36 | 13.27 | 80.42 | - |
| YUV | 84.68 | 213.4 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 21 | 236 | 0.36 | 0.91 | 0 | 0.07 | 276.56 | 0.85 | 0.5 |
| Hex | 98 | 15 | EC | 24 | 5B | 0 | 7 | 115 | 55 | 32 |
| Octal | 230 | 25 | 354 | 44 | 133 | 0 | 7 | 425 | 125 | 62 |
| Binary | 10011000 | 10101 | 11101100 | 100100 | 1011011 | 0 | 111 | 100010101 | 1010101 | 110010 |
Color Harmonies of #9815EC
Complementary color
Monochromatic Colors of #9815EC
Black with #9815EC
Text Example
Text Example
White with #9815EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9815EC; }
p { color: rgb(152,21,236); }
H1.HeaderClassName
{
color: #9815EC;
}
.AnyTagClassName
{
color: #9815EC;
}
</style>
background-color css
<style>
a { background-color: #9815EC; }
a { background-color: rgb(152,21,236); }
div.DivClassName
{
background-color: #9815EC;
}
.BgClassName
{
background-color: #9815EC;
}
</style>
border-color css
<style>
span { border-color: #9815EC; }
span { border-color: rgb(152,21,236); }
td.TdClassName
{
border-color: #9815EC;
}
.TagClassName
{
border-color: #9815EC;
}
</style>