Shades of Blue Violet #9310FF
Tints of Blue Violet #9310FF
RGB
CMYK
RGB Variations
Color information
#9310FF (or 0x9310FF) is known color: Blue Violet. HEX triplet: 93, 10 and FF. RGB value is (147,16,255). Sum of RGB (Red+Green+Blue) = 147+16+255=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 16 (6.64% from 255 or 3.83% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #9310FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9310FF is #6CEF00. Grayscale: #515151. Windows color (decimal): -7139073 or 16715923. OLE color: 16715923.
HSL color Cylindrical-coordinate representation of color #9310FF: hue angle of 272.89º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9310FF is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 16 | 255 | - |
| CMYK | 0.42 | 0.94 | 0 | 0 |
| HSL | 272.89º | 1% | 0.53% | - |
| HSV(B) | 272.89º | 0.94% | 1% | - |
| XYZ | 30.27 | 13.79 | 95.67 | - |
| YUV | 82.42 | 225.4 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 16 | 255 | 0.42 | 0.94 | 0 | 0 | 272.89 | 1 | 0.53 |
| Hex | 93 | 10 | FF | 2A | 5E | 0 | 0 | 111 | 64 | 35 |
| Octal | 223 | 20 | 377 | 52 | 136 | 0 | 0 | 421 | 144 | 65 |
| Binary | 10010011 | 10000 | 11111111 | 101010 | 1011110 | 0 | 0 | 100010001 | 1100100 | 110101 |
Color Harmonies of #9310FF
Complementary color
Monochromatic Colors of #9310FF
Black with #9310FF
Text Example
Text Example
White with #9310FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9310FF; }
p { color: rgb(147,16,255); }
H1.HeaderClassName
{
color: #9310FF;
}
.AnyTagClassName
{
color: #9310FF;
}
</style>
background-color css
<style>
a { background-color: #9310FF; }
a { background-color: rgb(147,16,255); }
div.DivClassName
{
background-color: #9310FF;
}
.BgClassName
{
background-color: #9310FF;
}
</style>
border-color css
<style>
span { border-color: #9310FF; }
span { border-color: rgb(147,16,255); }
td.TdClassName
{
border-color: #9310FF;
}
.TagClassName
{
border-color: #9310FF;
}
</style>