Shades of Blue Violet #9219EF
Tints of Blue Violet #9219EF
RGB
CMYK
RGB Variations
Color information
#9219EF (or 0x9219EF) is known color: Blue Violet. HEX triplet: 92, 19 and EF. RGB value is (146,25,239). Sum of RGB (Red+Green+Blue) = 146+25+239=410 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.61% from 410); Green value is 25 (10.16% from 255 or 6.10% from 410); Blue value is 239 (93.75% from 255 or 58.29% from 410); Max value from RGB is 239 - color contains mainly: blue. Hex color #9219EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9219EF is #6DE610. Grayscale: #545454. Windows color (decimal): -7202321 or 15669650. OLE color: 15669650.
HSL color Cylindrical-coordinate representation of color #9219EF: hue angle of 273.93º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9219EF is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 25 | 239 | - |
| CMYK | 0.39 | 0.90 | 0 | 0.06 |
| HSL | 273.93º | 0.87% | 0.52% | - |
| HSV(B) | 273.93º | 0.9% | 0.94% | - |
| XYZ | 27.78 | 13.04 | 82.71 | - |
| YUV | 85.58 | 214.59 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 25 | 239 | 0.39 | 0.90 | 0 | 0.06 | 273.93 | 0.87 | 0.52 |
| Hex | 92 | 19 | EF | 27 | 5A | 0 | 6 | 112 | 57 | 34 |
| Octal | 222 | 31 | 357 | 47 | 132 | 0 | 6 | 422 | 127 | 64 |
| Binary | 10010010 | 11001 | 11101111 | 100111 | 1011010 | 0 | 110 | 100010010 | 1010111 | 110100 |
Color Harmonies of #9219EF
Complementary color
Monochromatic Colors of #9219EF
Black with #9219EF
Text Example
Text Example
White with #9219EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9219EF; }
p { color: rgb(146,25,239); }
H1.HeaderClassName
{
color: #9219EF;
}
.AnyTagClassName
{
color: #9219EF;
}
</style>
background-color css
<style>
a { background-color: #9219EF; }
a { background-color: rgb(146,25,239); }
div.DivClassName
{
background-color: #9219EF;
}
.BgClassName
{
background-color: #9219EF;
}
</style>
border-color css
<style>
span { border-color: #9219EF; }
span { border-color: rgb(146,25,239); }
td.TdClassName
{
border-color: #9219EF;
}
.TagClassName
{
border-color: #9219EF;
}
</style>