Shades of Blue Violet #9330EE
Tints of Blue Violet #9330EE
RGB
CMYK
RGB Variations
Color information
#9330EE (or 0x9330EE) is known color: Blue Violet. HEX triplet: 93, 30 and EE. RGB value is (147,48,238). Sum of RGB (Red+Green+Blue) = 147+48+238=433 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.95% from 433); Green value is 48 (19.14% from 255 or 11.09% from 433); Blue value is 238 (93.36% from 255 or 54.97% from 433); Max value from RGB is 238 - color contains mainly: blue. Hex color #9330EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9330EE is #6CCF11. Grayscale: #626262. Windows color (decimal): -7130898 or 15610003. OLE color: 15610003.
HSL color Cylindrical-coordinate representation of color #9330EE: hue angle of 271.26º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9330EE is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 48 | 238 | - |
| CMYK | 0.38 | 0.80 | 0 | 0.07 |
| HSL | 271.26º | 0.85% | 0.56% | - |
| HSV(B) | 271.26º | 0.8% | 0.93% | - |
| XYZ | 28.52 | 14.49 | 82.18 | - |
| YUV | 99.26 | 206.3 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 48 | 238 | 0.38 | 0.80 | 0 | 0.07 | 271.26 | 0.85 | 0.56 |
| Hex | 93 | 30 | EE | 26 | 50 | 0 | 7 | 10F | 55 | 38 |
| Octal | 223 | 60 | 356 | 46 | 120 | 0 | 7 | 417 | 125 | 70 |
| Binary | 10010011 | 110000 | 11101110 | 100110 | 1010000 | 0 | 111 | 100001111 | 1010101 | 111000 |
Color Harmonies of #9330EE
Complementary color
Monochromatic Colors of #9330EE
Black with #9330EE
Text Example
Text Example
White with #9330EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9330EE; }
p { color: rgb(147,48,238); }
H1.HeaderClassName
{
color: #9330EE;
}
.AnyTagClassName
{
color: #9330EE;
}
</style>
background-color css
<style>
a { background-color: #9330EE; }
a { background-color: rgb(147,48,238); }
div.DivClassName
{
background-color: #9330EE;
}
.BgClassName
{
background-color: #9330EE;
}
</style>
border-color css
<style>
span { border-color: #9330EE; }
span { border-color: rgb(147,48,238); }
td.TdClassName
{
border-color: #9330EE;
}
.TagClassName
{
border-color: #9330EE;
}
</style>