Shades of Blue Violet #9326EB
Tints of Blue Violet #9326EB
RGB
CMYK
RGB Variations
Color information
#9326EB (or 0x9326EB) is known color: Blue Violet. HEX triplet: 93, 26 and EB. RGB value is (147,38,235). Sum of RGB (Red+Green+Blue) = 147+38+235=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 38 (15.23% from 255 or 9.05% from 420); Blue value is 235 (92.19% from 255 or 55.95% from 420); Max value from RGB is 235 - color contains mainly: blue. Hex color #9326EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9326EB is #6CD914. Grayscale: #5C5C5C. Windows color (decimal): -7133461 or 15410835. OLE color: 15410835.
HSL color Cylindrical-coordinate representation of color #9326EB: hue angle of 273.2º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9326EB is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 38 | 235 | - |
| CMYK | 0.37 | 0.84 | 0 | 0.08 |
| HSL | 273.2º | 0.83% | 0.54% | - |
| HSV(B) | 273.2º | 0.84% | 0.92% | - |
| XYZ | 27.72 | 13.59 | 79.76 | - |
| YUV | 93.05 | 208.11 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 38 | 235 | 0.37 | 0.84 | 0 | 0.08 | 273.2 | 0.83 | 0.54 |
| Hex | 93 | 26 | EB | 25 | 54 | 0 | 8 | 111 | 53 | 36 |
| Octal | 223 | 46 | 353 | 45 | 124 | 0 | 10 | 421 | 123 | 66 |
| Binary | 10010011 | 100110 | 11101011 | 100101 | 1010100 | 0 | 1000 | 100010001 | 1010011 | 110110 |
Color Harmonies of #9326EB
Complementary color
Monochromatic Colors of #9326EB
Black with #9326EB
Text Example
Text Example
White with #9326EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9326EB; }
p { color: rgb(147,38,235); }
H1.HeaderClassName
{
color: #9326EB;
}
.AnyTagClassName
{
color: #9326EB;
}
</style>
background-color css
<style>
a { background-color: #9326EB; }
a { background-color: rgb(147,38,235); }
div.DivClassName
{
background-color: #9326EB;
}
.BgClassName
{
background-color: #9326EB;
}
</style>
border-color css
<style>
span { border-color: #9326EB; }
span { border-color: rgb(147,38,235); }
td.TdClassName
{
border-color: #9326EB;
}
.TagClassName
{
border-color: #9326EB;
}
</style>