Shades of Blue Violet #9237EA
Tints of Blue Violet #9237EA
RGB
CMYK
RGB Variations
Color information
#9237EA (or 0x9237EA) is known color: Blue Violet. HEX triplet: 92, 37 and EA. RGB value is (146,55,234). Sum of RGB (Red+Green+Blue) = 146+55+234=435 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.56% from 435); Green value is 55 (21.88% from 255 or 12.64% from 435); Blue value is 234 (91.80% from 255 or 53.79% from 435); Max value from RGB is 234 - color contains mainly: blue. Hex color #9237EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9237EA is #6DC815. Grayscale: #656565. Windows color (decimal): -7194646 or 15349650. OLE color: 15349650.
HSL color Cylindrical-coordinate representation of color #9237EA: hue angle of 270.5º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9237EA is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 146 | 55 | 234 | - |
| CMYK | 0.38 | 0.76 | 0 | 0.08 |
| HSL | 270.5º | 0.81% | 0.57% | - |
| HSV(B) | 270.5º | 0.76% | 0.92% | - |
| XYZ | 28.07 | 14.78 | 79.22 | - |
| YUV | 102.62 | 202.15 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 55 | 234 | 0.38 | 0.76 | 0 | 0.08 | 270.5 | 0.81 | 0.57 |
| Hex | 92 | 37 | EA | 26 | 4C | 0 | 8 | 10F | 51 | 39 |
| Octal | 222 | 67 | 352 | 46 | 114 | 0 | 10 | 417 | 121 | 71 |
| Binary | 10010010 | 110111 | 11101010 | 100110 | 1001100 | 0 | 1000 | 100001111 | 1010001 | 111001 |
Color Harmonies of #9237EA
Complementary color
Monochromatic Colors of #9237EA
Black with #9237EA
Text Example
Text Example
White with #9237EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9237EA; }
p { color: rgb(146,55,234); }
H1.HeaderClassName
{
color: #9237EA;
}
.AnyTagClassName
{
color: #9237EA;
}
</style>
background-color css
<style>
a { background-color: #9237EA; }
a { background-color: rgb(146,55,234); }
div.DivClassName
{
background-color: #9237EA;
}
.BgClassName
{
background-color: #9237EA;
}
</style>
border-color css
<style>
span { border-color: #9237EA; }
span { border-color: rgb(146,55,234); }
td.TdClassName
{
border-color: #9237EA;
}
.TagClassName
{
border-color: #9237EA;
}
</style>