Shades of Blue Violet #9334E8
Tints of Blue Violet #9334E8
RGB
CMYK
RGB Variations
Color information
#9334E8 (or 0x9334E8) is known color: Blue Violet. HEX triplet: 93, 34 and E8. RGB value is (147,52,232). Sum of RGB (Red+Green+Blue) = 147+52+232=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 52 (20.70% from 255 or 12.06% from 431); Blue value is 232 (91.02% from 255 or 53.83% from 431); Max value from RGB is 232 - color contains mainly: blue. Hex color #9334E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9334E8 is #6CCB17. Grayscale: #646464. Windows color (decimal): -7129880 or 15217811. OLE color: 15217811.
HSL color Cylindrical-coordinate representation of color #9334E8: hue angle of 271.67º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9334E8 is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 52 | 232 | - |
| CMYK | 0.37 | 0.78 | 0 | 0.09 |
| HSL | 271.67º | 0.8% | 0.56% | - |
| HSV(B) | 271.67º | 0.78% | 0.91% | - |
| XYZ | 27.83 | 14.49 | 77.67 | - |
| YUV | 100.93 | 201.97 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 52 | 232 | 0.37 | 0.78 | 0 | 0.09 | 271.67 | 0.8 | 0.56 |
| Hex | 93 | 34 | E8 | 25 | 4E | 0 | 9 | 110 | 50 | 38 |
| Octal | 223 | 64 | 350 | 45 | 116 | 0 | 11 | 420 | 120 | 70 |
| Binary | 10010011 | 110100 | 11101000 | 100101 | 1001110 | 0 | 1001 | 100010000 | 1010000 | 111000 |
Color Harmonies of #9334E8
Complementary color
Monochromatic Colors of #9334E8
Black with #9334E8
Text Example
Text Example
White with #9334E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9334E8; }
p { color: rgb(147,52,232); }
H1.HeaderClassName
{
color: #9334E8;
}
.AnyTagClassName
{
color: #9334E8;
}
</style>
background-color css
<style>
a { background-color: #9334E8; }
a { background-color: rgb(147,52,232); }
div.DivClassName
{
background-color: #9334E8;
}
.BgClassName
{
background-color: #9334E8;
}
</style>
border-color css
<style>
span { border-color: #9334E8; }
span { border-color: rgb(147,52,232); }
td.TdClassName
{
border-color: #9334E8;
}
.TagClassName
{
border-color: #9334E8;
}
</style>