Shades of Blue Violet #9219F5
Tints of Blue Violet #9219F5
RGB
CMYK
RGB Variations
Color information
#9219F5 (or 0x9219F5) is known color: Blue Violet. HEX triplet: 92, 19 and F5. RGB value is (146,25,245). Sum of RGB (Red+Green+Blue) = 146+25+245=416 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.10% from 416); Green value is 25 (10.16% from 255 or 6.01% from 416); Blue value is 245 (96.09% from 255 or 58.89% from 416); Max value from RGB is 245 - color contains mainly: blue. Hex color #9219F5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9219F5 is #6DE60A. Grayscale: #555555. Windows color (decimal): -7202315 or 16062866. OLE color: 16062866.
HSL color Cylindrical-coordinate representation of color #9219F5: hue angle of 273º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9219F5 is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 146 | 25 | 245 | - |
| CMYK | 0.40 | 0.90 | 0 | 0.04 |
| HSL | 273º | 0.92% | 0.53% | - |
| HSV(B) | 273º | 0.9% | 0.96% | - |
| XYZ | 28.68 | 13.4 | 87.46 | - |
| YUV | 86.26 | 217.59 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 25 | 245 | 0.40 | 0.90 | 0 | 0.04 | 273 | 0.92 | 0.53 |
| Hex | 92 | 19 | F5 | 28 | 5A | 0 | 4 | 111 | 5C | 35 |
| Octal | 222 | 31 | 365 | 50 | 132 | 0 | 4 | 421 | 134 | 65 |
| Binary | 10010010 | 11001 | 11110101 | 101000 | 1011010 | 0 | 100 | 100010001 | 1011100 | 110101 |
Color Harmonies of #9219F5
Complementary color
Monochromatic Colors of #9219F5
Black with #9219F5
Text Example
Text Example
White with #9219F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9219F5; }
p { color: rgb(146,25,245); }
H1.HeaderClassName
{
color: #9219F5;
}
.AnyTagClassName
{
color: #9219F5;
}
</style>
background-color css
<style>
a { background-color: #9219F5; }
a { background-color: rgb(146,25,245); }
div.DivClassName
{
background-color: #9219F5;
}
.BgClassName
{
background-color: #9219F5;
}
</style>
border-color css
<style>
span { border-color: #9219F5; }
span { border-color: rgb(146,25,245); }
td.TdClassName
{
border-color: #9219F5;
}
.TagClassName
{
border-color: #9219F5;
}
</style>