Shades of Blue Violet #9246FE
Tints of Blue Violet #9246FE
RGB
CMYK
RGB Variations
Color information
#9246FE (or 0x9246FE) is known color: Blue Violet. HEX triplet: 92, 46 and FE. RGB value is (146,70,254). Sum of RGB (Red+Green+Blue) = 146+70+254=470 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.06% from 470); Green value is 70 (27.73% from 255 or 14.89% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #9246FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9246FE is #6DB901. Grayscale: #717171. Windows color (decimal): -7190786 or 16664210. OLE color: 16664210.
HSL color Cylindrical-coordinate representation of color #9246FE: hue angle of 264.78º 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 #9246FE is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 146 | 70 | 254 | - |
| CMYK | 0.43 | 0.72 | 0 | 0.00 |
| HSL | 264.78º | 0.99% | 0.64% | - |
| HSV(B) | 264.78º | 0.72% | 1% | - |
| XYZ | 31.93 | 17.65 | 95.49 | - |
| YUV | 113.7 | 207.18 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 70 | 254 | 0.43 | 0.72 | 0 | 0.00 | 264.78 | 0.99 | 0.64 |
| Hex | 92 | 46 | FE | 2B | 48 | 0 | 0 | 109 | 63 | 40 |
| Octal | 222 | 106 | 376 | 53 | 110 | 0 | 0 | 411 | 143 | 100 |
| Binary | 10010010 | 1000110 | 11111110 | 101011 | 1001000 | 0 | 0 | 100001001 | 1100011 | 1000000 |
Color Harmonies of #9246FE
Complementary color
Monochromatic Colors of #9246FE
Black with #9246FE
Text Example
Text Example
White with #9246FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9246FE; }
p { color: rgb(146,70,254); }
H1.HeaderClassName
{
color: #9246FE;
}
.AnyTagClassName
{
color: #9246FE;
}
</style>
background-color css
<style>
a { background-color: #9246FE; }
a { background-color: rgb(146,70,254); }
div.DivClassName
{
background-color: #9246FE;
}
.BgClassName
{
background-color: #9246FE;
}
</style>
border-color css
<style>
span { border-color: #9246FE; }
span { border-color: rgb(146,70,254); }
td.TdClassName
{
border-color: #9246FE;
}
.TagClassName
{
border-color: #9246FE;
}
</style>