Shades of Blue Violet #9337EF
Tints of Blue Violet #9337EF
RGB
CMYK
RGB Variations
Color information
#9337EF (or 0x9337EF) is known color: Blue Violet. HEX triplet: 93, 37 and EF. RGB value is (147,55,239). Sum of RGB (Red+Green+Blue) = 147+55+239=441 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.33% from 441); Green value is 55 (21.88% from 255 or 12.47% from 441); Blue value is 239 (93.75% from 255 or 54.20% from 441); Max value from RGB is 239 - color contains mainly: blue. Hex color #9337EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9337EF is #6CC810. Grayscale: #666666. Windows color (decimal): -7129105 or 15677331. OLE color: 15677331.
HSL color Cylindrical-coordinate representation of color #9337EF: hue angle of 270º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9337EF is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 55 | 239 | - |
| CMYK | 0.38 | 0.77 | 0 | 0.06 |
| HSL | 270º | 0.85% | 0.58% | - |
| HSV(B) | 270º | 0.77% | 0.94% | - |
| XYZ | 28.98 | 15.17 | 83.06 | - |
| YUV | 103.48 | 204.48 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 55 | 239 | 0.38 | 0.77 | 0 | 0.06 | 270 | 0.85 | 0.58 |
| Hex | 93 | 37 | EF | 26 | 4D | 0 | 6 | 10E | 55 | 3A |
| Octal | 223 | 67 | 357 | 46 | 115 | 0 | 6 | 416 | 125 | 72 |
| Binary | 10010011 | 110111 | 11101111 | 100110 | 1001101 | 0 | 110 | 100001110 | 1010101 | 111010 |
Color Harmonies of #9337EF
Complementary color
Monochromatic Colors of #9337EF
Black with #9337EF
Text Example
Text Example
White with #9337EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9337EF; }
p { color: rgb(147,55,239); }
H1.HeaderClassName
{
color: #9337EF;
}
.AnyTagClassName
{
color: #9337EF;
}
</style>
background-color css
<style>
a { background-color: #9337EF; }
a { background-color: rgb(147,55,239); }
div.DivClassName
{
background-color: #9337EF;
}
.BgClassName
{
background-color: #9337EF;
}
</style>
border-color css
<style>
span { border-color: #9337EF; }
span { border-color: rgb(147,55,239); }
td.TdClassName
{
border-color: #9337EF;
}
.TagClassName
{
border-color: #9337EF;
}
</style>