Shades of Blue Violet #9219EE
Tints of Blue Violet #9219EE
RGB
CMYK
RGB Variations
Color information
#9219EE (or 0x9219EE) is known color: Blue Violet. HEX triplet: 92, 19 and EE. RGB value is (146,25,238). Sum of RGB (Red+Green+Blue) = 146+25+238=409 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.70% from 409); Green value is 25 (10.16% from 255 or 6.11% from 409); Blue value is 238 (93.36% from 255 or 58.19% from 409); Max value from RGB is 238 - color contains mainly: blue. Hex color #9219EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9219EE is #6DE611. Grayscale: #545454. Windows color (decimal): -7202322 or 15604114. OLE color: 15604114.
HSL color Cylindrical-coordinate representation of color #9219EE: hue angle of 274.08º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9219EE is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 25 | 238 | - |
| CMYK | 0.39 | 0.89 | 0 | 0.07 |
| HSL | 274.08º | 0.86% | 0.52% | - |
| HSV(B) | 274.08º | 0.89% | 0.93% | - |
| XYZ | 27.63 | 12.98 | 81.94 | - |
| YUV | 85.46 | 214.09 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 25 | 238 | 0.39 | 0.89 | 0 | 0.07 | 274.08 | 0.86 | 0.52 |
| Hex | 92 | 19 | EE | 27 | 59 | 0 | 7 | 112 | 56 | 34 |
| Octal | 222 | 31 | 356 | 47 | 131 | 0 | 7 | 422 | 126 | 64 |
| Binary | 10010010 | 11001 | 11101110 | 100111 | 1011001 | 0 | 111 | 100010010 | 1010110 | 110100 |
Color Harmonies of #9219EE
Complementary color
Monochromatic Colors of #9219EE
Black with #9219EE
Text Example
Text Example
White with #9219EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9219EE; }
p { color: rgb(146,25,238); }
H1.HeaderClassName
{
color: #9219EE;
}
.AnyTagClassName
{
color: #9219EE;
}
</style>
background-color css
<style>
a { background-color: #9219EE; }
a { background-color: rgb(146,25,238); }
div.DivClassName
{
background-color: #9219EE;
}
.BgClassName
{
background-color: #9219EE;
}
</style>
border-color css
<style>
span { border-color: #9219EE; }
span { border-color: rgb(146,25,238); }
td.TdClassName
{
border-color: #9219EE;
}
.TagClassName
{
border-color: #9219EE;
}
</style>