Shades of Blue Violet #9247E9
Tints of Blue Violet #9247E9
RGB
CMYK
RGB Variations
Color information
#9247E9 (or 0x9247E9) is known color: Blue Violet. HEX triplet: 92, 47 and E9. RGB value is (146,71,233). Sum of RGB (Red+Green+Blue) = 146+71+233=450 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.44% from 450); Green value is 71 (28.12% from 255 or 15.78% from 450); Blue value is 233 (91.41% from 255 or 51.78% from 450); Max value from RGB is 233 - color contains mainly: blue. Hex color #9247E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9247E9 is #6DB816. Grayscale: #6F6F6F. Windows color (decimal): -7190551 or 15288210. OLE color: 15288210.
HSL color Cylindrical-coordinate representation of color #9247E9: hue angle of 267.78º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9247E9 is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 146 | 71 | 233 | - |
| CMYK | 0.37 | 0.70 | 0 | 0.09 |
| HSL | 267.78º | 0.79% | 0.6% | - |
| HSV(B) | 267.78º | 0.7% | 0.91% | - |
| XYZ | 28.82 | 16.5 | 78.76 | - |
| YUV | 111.89 | 196.35 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 71 | 233 | 0.37 | 0.70 | 0 | 0.09 | 267.78 | 0.79 | 0.6 |
| Hex | 92 | 47 | E9 | 25 | 46 | 0 | 9 | 10C | 4F | 3C |
| Octal | 222 | 107 | 351 | 45 | 106 | 0 | 11 | 414 | 117 | 74 |
| Binary | 10010010 | 1000111 | 11101001 | 100101 | 1000110 | 0 | 1001 | 100001100 | 1001111 | 111100 |
Color Harmonies of #9247E9
Complementary color
Monochromatic Colors of #9247E9
Black with #9247E9
Text Example
Text Example
White with #9247E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9247E9; }
p { color: rgb(146,71,233); }
H1.HeaderClassName
{
color: #9247E9;
}
.AnyTagClassName
{
color: #9247E9;
}
</style>
background-color css
<style>
a { background-color: #9247E9; }
a { background-color: rgb(146,71,233); }
div.DivClassName
{
background-color: #9247E9;
}
.BgClassName
{
background-color: #9247E9;
}
</style>
border-color css
<style>
span { border-color: #9247E9; }
span { border-color: rgb(146,71,233); }
td.TdClassName
{
border-color: #9247E9;
}
.TagClassName
{
border-color: #9247E9;
}
</style>