Shades of Blue Violet #9248FE
Tints of Blue Violet #9248FE
RGB
CMYK
RGB Variations
Color information
#9248FE (or 0x9248FE) is known color: Blue Violet. HEX triplet: 92, 48 and FE. RGB value is (146,72,254). Sum of RGB (Red+Green+Blue) = 146+72+254=472 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.93% from 472); Green value is 72 (28.52% from 255 or 15.25% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #9248FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9248FE is #6DB701. Grayscale: #727272. Windows color (decimal): -7190274 or 16664722. OLE color: 16664722.
HSL color Cylindrical-coordinate representation of color #9248FE: hue angle of 264.4º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9248FE is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 146 | 72 | 254 | - |
| CMYK | 0.43 | 0.72 | 0 | 0.00 |
| HSL | 264.4º | 0.99% | 0.64% | - |
| HSV(B) | 264.4º | 0.72% | 1% | - |
| XYZ | 32.06 | 17.9 | 95.53 | - |
| YUV | 114.87 | 206.52 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 72 | 254 | 0.43 | 0.72 | 0 | 0.00 | 264.4 | 0.99 | 0.64 |
| Hex | 92 | 48 | FE | 2B | 48 | 0 | 0 | 108 | 63 | 40 |
| Octal | 222 | 110 | 376 | 53 | 110 | 0 | 0 | 410 | 143 | 100 |
| Binary | 10010010 | 1001000 | 11111110 | 101011 | 1001000 | 0 | 0 | 100001000 | 1100011 | 1000000 |
Color Harmonies of #9248FE
Complementary color
Monochromatic Colors of #9248FE
Black with #9248FE
Text Example
Text Example
White with #9248FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9248FE; }
p { color: rgb(146,72,254); }
H1.HeaderClassName
{
color: #9248FE;
}
.AnyTagClassName
{
color: #9248FE;
}
</style>
background-color css
<style>
a { background-color: #9248FE; }
a { background-color: rgb(146,72,254); }
div.DivClassName
{
background-color: #9248FE;
}
.BgClassName
{
background-color: #9248FE;
}
</style>
border-color css
<style>
span { border-color: #9248FE; }
span { border-color: rgb(146,72,254); }
td.TdClassName
{
border-color: #9248FE;
}
.TagClassName
{
border-color: #9248FE;
}
</style>