Shades of Blue Violet #9321FF
Tints of Blue Violet #9321FF
RGB
CMYK
RGB Variations
Color information
#9321FF (or 0x9321FF) is known color: Blue Violet. HEX triplet: 93, 21 and FF. RGB value is (147,33,255). Sum of RGB (Red+Green+Blue) = 147+33+255=435 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.79% from 435); Green value is 33 (13.28% from 255 or 7.59% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #9321FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9321FF is #6CDE00. Grayscale: #5B5B5B. Windows color (decimal): -7134721 or 16720275. OLE color: 16720275.
HSL color Cylindrical-coordinate representation of color #9321FF: hue angle of 270.81º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9321FF is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 33 | 255 | - |
| CMYK | 0.42 | 0.87 | 0 | 0 |
| HSL | 270.81º | 1% | 0.56% | - |
| HSV(B) | 270.81º | 0.87% | 1% | - |
| XYZ | 30.63 | 14.51 | 95.79 | - |
| YUV | 92.39 | 219.77 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 33 | 255 | 0.42 | 0.87 | 0 | 0 | 270.81 | 1 | 0.56 |
| Hex | 93 | 21 | FF | 2A | 57 | 0 | 0 | 10F | 64 | 38 |
| Octal | 223 | 41 | 377 | 52 | 127 | 0 | 0 | 417 | 144 | 70 |
| Binary | 10010011 | 100001 | 11111111 | 101010 | 1010111 | 0 | 0 | 100001111 | 1100100 | 111000 |
Color Harmonies of #9321FF
Complementary color
Monochromatic Colors of #9321FF
Black with #9321FF
Text Example
Text Example
White with #9321FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9321FF; }
p { color: rgb(147,33,255); }
H1.HeaderClassName
{
color: #9321FF;
}
.AnyTagClassName
{
color: #9321FF;
}
</style>
background-color css
<style>
a { background-color: #9321FF; }
a { background-color: rgb(147,33,255); }
div.DivClassName
{
background-color: #9321FF;
}
.BgClassName
{
background-color: #9321FF;
}
</style>
border-color css
<style>
span { border-color: #9321FF; }
span { border-color: rgb(147,33,255); }
td.TdClassName
{
border-color: #9321FF;
}
.TagClassName
{
border-color: #9321FF;
}
</style>