Shades of Blue Violet #9239EE
Tints of Blue Violet #9239EE
RGB
CMYK
RGB Variations
Color information
#9239EE (or 0x9239EE) is known color: Blue Violet. HEX triplet: 92, 39 and EE. RGB value is (146,57,238). Sum of RGB (Red+Green+Blue) = 146+57+238=441 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.11% from 441); Green value is 57 (22.66% from 255 or 12.93% from 441); Blue value is 238 (93.36% from 255 or 53.97% from 441); Max value from RGB is 238 - color contains mainly: blue. Hex color #9239EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9239EE is #6DC611. Grayscale: #676767. Windows color (decimal): -7194130 or 15612306. OLE color: 15612306.
HSL color Cylindrical-coordinate representation of color #9239EE: hue angle of 269.5º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9239EE is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 57 | 238 | - |
| CMYK | 0.39 | 0.76 | 0 | 0.07 |
| HSL | 269.5º | 0.84% | 0.58% | - |
| HSV(B) | 269.5º | 0.76% | 0.93% | - |
| XYZ | 28.75 | 15.21 | 82.31 | - |
| YUV | 104.25 | 203.49 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 57 | 238 | 0.39 | 0.76 | 0 | 0.07 | 269.5 | 0.84 | 0.58 |
| Hex | 92 | 39 | EE | 27 | 4C | 0 | 7 | 10E | 54 | 3A |
| Octal | 222 | 71 | 356 | 47 | 114 | 0 | 7 | 416 | 124 | 72 |
| Binary | 10010010 | 111001 | 11101110 | 100111 | 1001100 | 0 | 111 | 100001110 | 1010100 | 111010 |
Color Harmonies of #9239EE
Complementary color
Monochromatic Colors of #9239EE
Black with #9239EE
Text Example
Text Example
White with #9239EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9239EE; }
p { color: rgb(146,57,238); }
H1.HeaderClassName
{
color: #9239EE;
}
.AnyTagClassName
{
color: #9239EE;
}
</style>
background-color css
<style>
a { background-color: #9239EE; }
a { background-color: rgb(146,57,238); }
div.DivClassName
{
background-color: #9239EE;
}
.BgClassName
{
background-color: #9239EE;
}
</style>
border-color css
<style>
span { border-color: #9239EE; }
span { border-color: rgb(146,57,238); }
td.TdClassName
{
border-color: #9239EE;
}
.TagClassName
{
border-color: #9239EE;
}
</style>