Shades of Blue Violet #9420EC
Tints of Blue Violet #9420EC
RGB
CMYK
RGB Variations
Color information
#9420EC (or 0x9420EC) is known color: Blue Violet. HEX triplet: 94, 20 and EC. RGB value is (148,32,236). Sum of RGB (Red+Green+Blue) = 148+32+236=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 32 (12.89% from 255 or 7.69% from 416); Blue value is 236 (92.58% from 255 or 56.73% from 416); Max value from RGB is 236 - color contains mainly: blue. Hex color #9420EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9420EC is #6BDF13. Grayscale: #595959. Windows color (decimal): -7069460 or 15474836. OLE color: 15474836.
HSL color Cylindrical-coordinate representation of color #9420EC: hue angle of 274.12º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9420EC is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 32 | 236 | - |
| CMYK | 0.37 | 0.86 | 0 | 0.07 |
| HSL | 274.12º | 0.84% | 0.53% | - |
| HSV(B) | 274.12º | 0.86% | 0.93% | - |
| XYZ | 27.87 | 13.39 | 80.47 | - |
| YUV | 89.94 | 210.43 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 32 | 236 | 0.37 | 0.86 | 0 | 0.07 | 274.12 | 0.84 | 0.53 |
| Hex | 94 | 20 | EC | 25 | 56 | 0 | 7 | 112 | 54 | 35 |
| Octal | 224 | 40 | 354 | 45 | 126 | 0 | 7 | 422 | 124 | 65 |
| Binary | 10010100 | 100000 | 11101100 | 100101 | 1010110 | 0 | 111 | 100010010 | 1010100 | 110101 |
Color Harmonies of #9420EC
Complementary color
Monochromatic Colors of #9420EC
Black with #9420EC
Text Example
Text Example
White with #9420EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9420EC; }
p { color: rgb(148,32,236); }
H1.HeaderClassName
{
color: #9420EC;
}
.AnyTagClassName
{
color: #9420EC;
}
</style>
background-color css
<style>
a { background-color: #9420EC; }
a { background-color: rgb(148,32,236); }
div.DivClassName
{
background-color: #9420EC;
}
.BgClassName
{
background-color: #9420EC;
}
</style>
border-color css
<style>
span { border-color: #9420EC; }
span { border-color: rgb(148,32,236); }
td.TdClassName
{
border-color: #9420EC;
}
.TagClassName
{
border-color: #9420EC;
}
</style>