Shades of Blue Violet #9420EE
Tints of Blue Violet #9420EE
RGB
CMYK
RGB Variations
Color information
#9420EE (or 0x9420EE) is known color: Blue Violet. HEX triplet: 94, 20 and EE. RGB value is (148,32,238). Sum of RGB (Red+Green+Blue) = 148+32+238=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 32 (12.89% from 255 or 7.66% from 418); Blue value is 238 (93.36% from 255 or 56.94% from 418); Max value from RGB is 238 - color contains mainly: blue. Hex color #9420EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9420EE is #6BDF11. Grayscale: #595959. Windows color (decimal): -7069458 or 15605908. OLE color: 15605908.
HSL color Cylindrical-coordinate representation of color #9420EE: hue angle of 273.79º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9420EE is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 32 | 238 | - |
| CMYK | 0.38 | 0.87 | 0 | 0.07 |
| HSL | 273.79º | 0.86% | 0.53% | - |
| HSV(B) | 273.79º | 0.87% | 0.93% | - |
| XYZ | 28.16 | 13.5 | 82.01 | - |
| YUV | 90.17 | 211.43 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 32 | 238 | 0.38 | 0.87 | 0 | 0.07 | 273.79 | 0.86 | 0.53 |
| Hex | 94 | 20 | EE | 26 | 57 | 0 | 7 | 112 | 56 | 35 |
| Octal | 224 | 40 | 356 | 46 | 127 | 0 | 7 | 422 | 126 | 65 |
| Binary | 10010100 | 100000 | 11101110 | 100110 | 1010111 | 0 | 111 | 100010010 | 1010110 | 110101 |
Color Harmonies of #9420EE
Complementary color
Monochromatic Colors of #9420EE
Black with #9420EE
Text Example
Text Example
White with #9420EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9420EE; }
p { color: rgb(148,32,238); }
H1.HeaderClassName
{
color: #9420EE;
}
.AnyTagClassName
{
color: #9420EE;
}
</style>
background-color css
<style>
a { background-color: #9420EE; }
a { background-color: rgb(148,32,238); }
div.DivClassName
{
background-color: #9420EE;
}
.BgClassName
{
background-color: #9420EE;
}
</style>
border-color css
<style>
span { border-color: #9420EE; }
span { border-color: rgb(148,32,238); }
td.TdClassName
{
border-color: #9420EE;
}
.TagClassName
{
border-color: #9420EE;
}
</style>