Shades of Blue Violet #9331FF
Tints of Blue Violet #9331FF
RGB
CMYK
RGB Variations
Color information
#9331FF (or 0x9331FF) is known color: Blue Violet. HEX triplet: 93, 31 and FF. RGB value is (147,49,255). Sum of RGB (Red+Green+Blue) = 147+49+255=451 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.59% from 451); Green value is 49 (19.53% from 255 or 10.86% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #9331FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9331FF is #6CCE00. Grayscale: #656565. Windows color (decimal): -7130625 or 16724371. OLE color: 16724371.
HSL color Cylindrical-coordinate representation of color #9331FF: hue angle of 268.54º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9331FF is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 49 | 255 | - |
| CMYK | 0.42 | 0.81 | 0 | 0 |
| HSL | 268.54º | 1% | 0.6% | - |
| HSV(B) | 268.54º | 0.81% | 1% | - |
| XYZ | 31.18 | 15.62 | 95.98 | - |
| YUV | 101.79 | 214.47 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 49 | 255 | 0.42 | 0.81 | 0 | 0 | 268.54 | 1 | 0.6 |
| Hex | 93 | 31 | FF | 2A | 51 | 0 | 0 | 10D | 64 | 3C |
| Octal | 223 | 61 | 377 | 52 | 121 | 0 | 0 | 415 | 144 | 74 |
| Binary | 10010011 | 110001 | 11111111 | 101010 | 1010001 | 0 | 0 | 100001101 | 1100100 | 111100 |
Color Harmonies of #9331FF
Complementary color
Monochromatic Colors of #9331FF
Black with #9331FF
Text Example
Text Example
White with #9331FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9331FF; }
p { color: rgb(147,49,255); }
H1.HeaderClassName
{
color: #9331FF;
}
.AnyTagClassName
{
color: #9331FF;
}
</style>
background-color css
<style>
a { background-color: #9331FF; }
a { background-color: rgb(147,49,255); }
div.DivClassName
{
background-color: #9331FF;
}
.BgClassName
{
background-color: #9331FF;
}
</style>
border-color css
<style>
span { border-color: #9331FF; }
span { border-color: rgb(147,49,255); }
td.TdClassName
{
border-color: #9331FF;
}
.TagClassName
{
border-color: #9331FF;
}
</style>