Shades of Blue Violet #9329FF
Tints of Blue Violet #9329FF
RGB
CMYK
RGB Variations
Color information
#9329FF (or 0x9329FF) is known color: Blue Violet. HEX triplet: 93, 29 and FF. RGB value is (147,41,255). Sum of RGB (Red+Green+Blue) = 147+41+255=443 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.18% from 443); Green value is 41 (16.41% from 255 or 9.26% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #9329FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9329FF is #6CD600. Grayscale: #606060. Windows color (decimal): -7132673 or 16722323. OLE color: 16722323.
HSL color Cylindrical-coordinate representation of color #9329FF: hue angle of 269.72º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9329FF is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 41 | 255 | - |
| CMYK | 0.42 | 0.84 | 0 | 0 |
| HSL | 269.72º | 1% | 0.58% | - |
| HSV(B) | 269.72º | 0.84% | 1% | - |
| XYZ | 30.88 | 15.01 | 95.88 | - |
| YUV | 97.09 | 217.12 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 41 | 255 | 0.42 | 0.84 | 0 | 0 | 269.72 | 1 | 0.58 |
| Hex | 93 | 29 | FF | 2A | 54 | 0 | 0 | 10E | 64 | 3A |
| Octal | 223 | 51 | 377 | 52 | 124 | 0 | 0 | 416 | 144 | 72 |
| Binary | 10010011 | 101001 | 11111111 | 101010 | 1010100 | 0 | 0 | 100001110 | 1100100 | 111010 |
Color Harmonies of #9329FF
Complementary color
Monochromatic Colors of #9329FF
Black with #9329FF
Text Example
Text Example
White with #9329FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9329FF; }
p { color: rgb(147,41,255); }
H1.HeaderClassName
{
color: #9329FF;
}
.AnyTagClassName
{
color: #9329FF;
}
</style>
background-color css
<style>
a { background-color: #9329FF; }
a { background-color: rgb(147,41,255); }
div.DivClassName
{
background-color: #9329FF;
}
.BgClassName
{
background-color: #9329FF;
}
</style>
border-color css
<style>
span { border-color: #9329FF; }
span { border-color: rgb(147,41,255); }
td.TdClassName
{
border-color: #9329FF;
}
.TagClassName
{
border-color: #9329FF;
}
</style>