Shades of Blue Violet #9247EE
Tints of Blue Violet #9247EE
RGB
CMYK
RGB Variations
Color information
#9247EE (or 0x9247EE) is known color: Blue Violet. HEX triplet: 92, 47 and EE. RGB value is (146,71,238). Sum of RGB (Red+Green+Blue) = 146+71+238=455 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.09% from 455); Green value is 71 (28.12% from 255 or 15.60% from 455); Blue value is 238 (93.36% from 255 or 52.31% from 455); Max value from RGB is 238 - color contains mainly: blue. Hex color #9247EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9247EE is #6DB811. Grayscale: #6F6F6F. Windows color (decimal): -7190546 or 15615890. OLE color: 15615890.
HSL color Cylindrical-coordinate representation of color #9247EE: hue angle of 266.95º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9247EE is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 71 | 238 | - |
| CMYK | 0.39 | 0.70 | 0 | 0.07 |
| HSL | 266.95º | 0.83% | 0.61% | - |
| HSV(B) | 266.95º | 0.7% | 0.93% | - |
| XYZ | 29.54 | 16.79 | 82.57 | - |
| YUV | 112.46 | 198.85 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 71 | 238 | 0.39 | 0.70 | 0 | 0.07 | 266.95 | 0.83 | 0.61 |
| Hex | 92 | 47 | EE | 27 | 46 | 0 | 7 | 10B | 53 | 3D |
| Octal | 222 | 107 | 356 | 47 | 106 | 0 | 7 | 413 | 123 | 75 |
| Binary | 10010010 | 1000111 | 11101110 | 100111 | 1000110 | 0 | 111 | 100001011 | 1010011 | 111101 |
Color Harmonies of #9247EE
Complementary color
Monochromatic Colors of #9247EE
Black with #9247EE
Text Example
Text Example
White with #9247EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9247EE; }
p { color: rgb(146,71,238); }
H1.HeaderClassName
{
color: #9247EE;
}
.AnyTagClassName
{
color: #9247EE;
}
</style>
background-color css
<style>
a { background-color: #9247EE; }
a { background-color: rgb(146,71,238); }
div.DivClassName
{
background-color: #9247EE;
}
.BgClassName
{
background-color: #9247EE;
}
</style>
border-color css
<style>
span { border-color: #9247EE; }
span { border-color: rgb(146,71,238); }
td.TdClassName
{
border-color: #9247EE;
}
.TagClassName
{
border-color: #9247EE;
}
</style>