Shades of Blue Violet #9249FA
Tints of Blue Violet #9249FA
RGB
CMYK
RGB Variations
Color information
#9249FA (or 0x9249FA) is known color: Blue Violet. HEX triplet: 92, 49 and FA. RGB value is (146,73,250). Sum of RGB (Red+Green+Blue) = 146+73+250=469 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.13% from 469); Green value is 73 (28.91% from 255 or 15.57% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #9249FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9249FA is #6DB605. Grayscale: #727272. Windows color (decimal): -7190022 or 16402834. OLE color: 16402834.
HSL color Cylindrical-coordinate representation of color #9249FA: hue angle of 264.75º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9249FA is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 73 | 250 | - |
| CMYK | 0.42 | 0.71 | 0 | 0.02 |
| HSL | 264.75º | 0.95% | 0.63% | - |
| HSV(B) | 264.75º | 0.71% | 0.98% | - |
| XYZ | 31.49 | 17.78 | 92.21 | - |
| YUV | 115.01 | 204.18 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 73 | 250 | 0.42 | 0.71 | 0 | 0.02 | 264.75 | 0.95 | 0.63 |
| Hex | 92 | 49 | FA | 2A | 47 | 0 | 2 | 109 | 5F | 3F |
| Octal | 222 | 111 | 372 | 52 | 107 | 0 | 2 | 411 | 137 | 77 |
| Binary | 10010010 | 1001001 | 11111010 | 101010 | 1000111 | 0 | 10 | 100001001 | 1011111 | 111111 |
Color Harmonies of #9249FA
Complementary color
Monochromatic Colors of #9249FA
Black with #9249FA
Text Example
Text Example
White with #9249FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9249FA; }
p { color: rgb(146,73,250); }
H1.HeaderClassName
{
color: #9249FA;
}
.AnyTagClassName
{
color: #9249FA;
}
</style>
background-color css
<style>
a { background-color: #9249FA; }
a { background-color: rgb(146,73,250); }
div.DivClassName
{
background-color: #9249FA;
}
.BgClassName
{
background-color: #9249FA;
}
</style>
border-color css
<style>
span { border-color: #9249FA; }
span { border-color: rgb(146,73,250); }
td.TdClassName
{
border-color: #9249FA;
}
.TagClassName
{
border-color: #9249FA;
}
</style>