Shades of Blue Violet #9239EF
Tints of Blue Violet #9239EF
RGB
CMYK
RGB Variations
Color information
#9239EF (or 0x9239EF) is known color: Blue Violet. HEX triplet: 92, 39 and EF. RGB value is (146,57,239). Sum of RGB (Red+Green+Blue) = 146+57+239=442 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.03% from 442); Green value is 57 (22.66% from 255 or 12.90% from 442); Blue value is 239 (93.75% from 255 or 54.07% from 442); Max value from RGB is 239 - color contains mainly: blue. Hex color #9239EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9239EF is #6DC610. Grayscale: #676767. Windows color (decimal): -7194129 or 15677842. OLE color: 15677842.
HSL color Cylindrical-coordinate representation of color #9239EF: hue angle of 269.34º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9239EF is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 57 | 239 | - |
| CMYK | 0.39 | 0.76 | 0 | 0.06 |
| HSL | 269.34º | 0.85% | 0.58% | - |
| HSV(B) | 269.34º | 0.76% | 0.94% | - |
| XYZ | 28.9 | 15.27 | 83.09 | - |
| YUV | 104.36 | 203.99 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 57 | 239 | 0.39 | 0.76 | 0 | 0.06 | 269.34 | 0.85 | 0.58 |
| Hex | 92 | 39 | EF | 27 | 4C | 0 | 6 | 10D | 55 | 3A |
| Octal | 222 | 71 | 357 | 47 | 114 | 0 | 6 | 415 | 125 | 72 |
| Binary | 10010010 | 111001 | 11101111 | 100111 | 1001100 | 0 | 110 | 100001101 | 1010101 | 111010 |
Color Harmonies of #9239EF
Complementary color
Monochromatic Colors of #9239EF
Black with #9239EF
Text Example
Text Example
White with #9239EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9239EF; }
p { color: rgb(146,57,239); }
H1.HeaderClassName
{
color: #9239EF;
}
.AnyTagClassName
{
color: #9239EF;
}
</style>
background-color css
<style>
a { background-color: #9239EF; }
a { background-color: rgb(146,57,239); }
div.DivClassName
{
background-color: #9239EF;
}
.BgClassName
{
background-color: #9239EF;
}
</style>
border-color css
<style>
span { border-color: #9239EF; }
span { border-color: rgb(146,57,239); }
td.TdClassName
{
border-color: #9239EF;
}
.TagClassName
{
border-color: #9239EF;
}
</style>