Shades of Blue Violet #9321FB
Tints of Blue Violet #9321FB
RGB
CMYK
RGB Variations
Color information
#9321FB (or 0x9321FB) is known color: Blue Violet. HEX triplet: 93, 21 and FB. RGB value is (147,33,251). Sum of RGB (Red+Green+Blue) = 147+33+251=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 33 (13.28% from 255 or 7.66% from 431); Blue value is 251 (98.44% from 255 or 58.24% from 431); Max value from RGB is 251 - color contains mainly: blue. Hex color #9321FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9321FB is #6CDE04. Grayscale: #5B5B5B. Windows color (decimal): -7134725 or 16458131. OLE color: 16458131.
HSL color Cylindrical-coordinate representation of color #9321FB: hue angle of 271.38º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9321FB is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 33 | 251 | - |
| CMYK | 0.41 | 0.87 | 0 | 0.02 |
| HSL | 271.38º | 0.96% | 0.56% | - |
| HSV(B) | 271.38º | 0.87% | 0.98% | - |
| XYZ | 29.99 | 14.26 | 92.44 | - |
| YUV | 91.94 | 217.77 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 33 | 251 | 0.41 | 0.87 | 0 | 0.02 | 271.38 | 0.96 | 0.56 |
| Hex | 93 | 21 | FB | 29 | 57 | 0 | 2 | 10F | 60 | 38 |
| Octal | 223 | 41 | 373 | 51 | 127 | 0 | 2 | 417 | 140 | 70 |
| Binary | 10010011 | 100001 | 11111011 | 101001 | 1010111 | 0 | 10 | 100001111 | 1100000 | 111000 |
Color Harmonies of #9321FB
Complementary color
Monochromatic Colors of #9321FB
Black with #9321FB
Text Example
Text Example
White with #9321FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9321FB; }
p { color: rgb(147,33,251); }
H1.HeaderClassName
{
color: #9321FB;
}
.AnyTagClassName
{
color: #9321FB;
}
</style>
background-color css
<style>
a { background-color: #9321FB; }
a { background-color: rgb(147,33,251); }
div.DivClassName
{
background-color: #9321FB;
}
.BgClassName
{
background-color: #9321FB;
}
</style>
border-color css
<style>
span { border-color: #9321FB; }
span { border-color: rgb(147,33,251); }
td.TdClassName
{
border-color: #9321FB;
}
.TagClassName
{
border-color: #9321FB;
}
</style>