Shades of Blue Violet #9329FB
Tints of Blue Violet #9329FB
RGB
CMYK
RGB Variations
Color information
#9329FB (or 0x9329FB) is known color: Blue Violet. HEX triplet: 93, 29 and FB. RGB value is (147,41,251). Sum of RGB (Red+Green+Blue) = 147+41+251=439 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.49% from 439); Green value is 41 (16.41% from 255 or 9.34% from 439); Blue value is 251 (98.44% from 255 or 57.18% from 439); Max value from RGB is 251 - color contains mainly: blue. Hex color #9329FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9329FB is #6CD604. Grayscale: #5F5F5F. Windows color (decimal): -7132677 or 16460179. OLE color: 16460179.
HSL color Cylindrical-coordinate representation of color #9329FB: hue angle of 270.29º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9329FB is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 41 | 251 | - |
| CMYK | 0.41 | 0.84 | 0 | 0.02 |
| HSL | 270.29º | 0.96% | 0.57% | - |
| HSV(B) | 270.29º | 0.84% | 0.98% | - |
| XYZ | 30.24 | 14.75 | 92.52 | - |
| YUV | 96.63 | 215.12 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 41 | 251 | 0.41 | 0.84 | 0 | 0.02 | 270.29 | 0.96 | 0.57 |
| Hex | 93 | 29 | FB | 29 | 54 | 0 | 2 | 10E | 60 | 39 |
| Octal | 223 | 51 | 373 | 51 | 124 | 0 | 2 | 416 | 140 | 71 |
| Binary | 10010011 | 101001 | 11111011 | 101001 | 1010100 | 0 | 10 | 100001110 | 1100000 | 111001 |
Color Harmonies of #9329FB
Complementary color
Monochromatic Colors of #9329FB
Black with #9329FB
Text Example
Text Example
White with #9329FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9329FB; }
p { color: rgb(147,41,251); }
H1.HeaderClassName
{
color: #9329FB;
}
.AnyTagClassName
{
color: #9329FB;
}
</style>
background-color css
<style>
a { background-color: #9329FB; }
a { background-color: rgb(147,41,251); }
div.DivClassName
{
background-color: #9329FB;
}
.BgClassName
{
background-color: #9329FB;
}
</style>
border-color css
<style>
span { border-color: #9329FB; }
span { border-color: rgb(147,41,251); }
td.TdClassName
{
border-color: #9329FB;
}
.TagClassName
{
border-color: #9329FB;
}
</style>