Shades of Blue Violet #9331FA
Tints of Blue Violet #9331FA
RGB
CMYK
RGB Variations
Color information
#9331FA (or 0x9331FA) is known color: Blue Violet. HEX triplet: 93, 31 and FA. RGB value is (147,49,250). Sum of RGB (Red+Green+Blue) = 147+49+250=446 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.96% from 446); Green value is 49 (19.53% from 255 or 10.99% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #9331FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9331FA is #6CCE05. Grayscale: #646464. Windows color (decimal): -7130630 or 16396691. OLE color: 16396691.
HSL color Cylindrical-coordinate representation of color #9331FA: hue angle of 269.25º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9331FA is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 49 | 250 | - |
| CMYK | 0.41 | 0.80 | 0 | 0.02 |
| HSL | 269.25º | 0.95% | 0.59% | - |
| HSV(B) | 269.25º | 0.8% | 0.98% | - |
| XYZ | 30.39 | 15.3 | 91.79 | - |
| YUV | 101.22 | 211.97 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 49 | 250 | 0.41 | 0.80 | 0 | 0.02 | 269.25 | 0.95 | 0.59 |
| Hex | 93 | 31 | FA | 29 | 50 | 0 | 2 | 10D | 5F | 3B |
| Octal | 223 | 61 | 372 | 51 | 120 | 0 | 2 | 415 | 137 | 73 |
| Binary | 10010011 | 110001 | 11111010 | 101001 | 1010000 | 0 | 10 | 100001101 | 1011111 | 111011 |
Color Harmonies of #9331FA
Complementary color
Monochromatic Colors of #9331FA
Black with #9331FA
Text Example
Text Example
White with #9331FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9331FA; }
p { color: rgb(147,49,250); }
H1.HeaderClassName
{
color: #9331FA;
}
.AnyTagClassName
{
color: #9331FA;
}
</style>
background-color css
<style>
a { background-color: #9331FA; }
a { background-color: rgb(147,49,250); }
div.DivClassName
{
background-color: #9331FA;
}
.BgClassName
{
background-color: #9331FA;
}
</style>
border-color css
<style>
span { border-color: #9331FA; }
span { border-color: rgb(147,49,250); }
td.TdClassName
{
border-color: #9331FA;
}
.TagClassName
{
border-color: #9331FA;
}
</style>