Shades of Blue Violet #9337EA
Tints of Blue Violet #9337EA
RGB
CMYK
RGB Variations
Color information
#9337EA (or 0x9337EA) is known color: Blue Violet. HEX triplet: 93, 37 and EA. RGB value is (147,55,234). Sum of RGB (Red+Green+Blue) = 147+55+234=436 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.72% from 436); Green value is 55 (21.88% from 255 or 12.61% from 436); Blue value is 234 (91.80% from 255 or 53.67% from 436); Max value from RGB is 234 - color contains mainly: blue. Hex color #9337EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9337EA is #6CC815. Grayscale: #666666. Windows color (decimal): -7129110 or 15349651. OLE color: 15349651.
HSL color Cylindrical-coordinate representation of color #9337EA: hue angle of 270.84º 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 #9337EA is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 55 | 234 | - |
| CMYK | 0.37 | 0.76 | 0 | 0.08 |
| HSL | 270.84º | 0.81% | 0.57% | - |
| HSV(B) | 270.84º | 0.76% | 0.92% | - |
| XYZ | 28.25 | 14.88 | 79.22 | - |
| YUV | 102.91 | 201.98 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 55 | 234 | 0.37 | 0.76 | 0 | 0.08 | 270.84 | 0.81 | 0.57 |
| Hex | 93 | 37 | EA | 25 | 4C | 0 | 8 | 10F | 51 | 39 |
| Octal | 223 | 67 | 352 | 45 | 114 | 0 | 10 | 417 | 121 | 71 |
| Binary | 10010011 | 110111 | 11101010 | 100101 | 1001100 | 0 | 1000 | 100001111 | 1010001 | 111001 |
Color Harmonies of #9337EA
Complementary color
Monochromatic Colors of #9337EA
Black with #9337EA
Text Example
Text Example
White with #9337EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9337EA; }
p { color: rgb(147,55,234); }
H1.HeaderClassName
{
color: #9337EA;
}
.AnyTagClassName
{
color: #9337EA;
}
</style>
background-color css
<style>
a { background-color: #9337EA; }
a { background-color: rgb(147,55,234); }
div.DivClassName
{
background-color: #9337EA;
}
.BgClassName
{
background-color: #9337EA;
}
</style>
border-color css
<style>
span { border-color: #9337EA; }
span { border-color: rgb(147,55,234); }
td.TdClassName
{
border-color: #9337EA;
}
.TagClassName
{
border-color: #9337EA;
}
</style>