Shades of Blue Violet #9319FF
Tints of Blue Violet #9319FF
RGB
CMYK
RGB Variations
Color information
#9319FF (or 0x9319FF) is known color: Blue Violet. HEX triplet: 93, 19 and FF. RGB value is (147,25,255). Sum of RGB (Red+Green+Blue) = 147+25+255=427 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.43% from 427); Green value is 25 (10.16% from 255 or 5.85% from 427); Blue value is 255 (100% from 255 or 59.72% from 427); Max value from RGB is 255 - color contains mainly: blue. Hex color #9319FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9319FF is #6CE600. Grayscale: #565656. Windows color (decimal): -7136769 or 16718227. OLE color: 16718227.
HSL color Cylindrical-coordinate representation of color #9319FF: hue angle of 271.83º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9319FF is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 25 | 255 | - |
| CMYK | 0.42 | 0.90 | 0 | 0 |
| HSL | 271.83º | 1% | 0.55% | - |
| HSV(B) | 271.83º | 0.9% | 1% | - |
| XYZ | 30.43 | 14.12 | 95.73 | - |
| YUV | 87.7 | 222.42 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 25 | 255 | 0.42 | 0.90 | 0 | 0 | 271.83 | 1 | 0.55 |
| Hex | 93 | 19 | FF | 2A | 5A | 0 | 0 | 110 | 64 | 37 |
| Octal | 223 | 31 | 377 | 52 | 132 | 0 | 0 | 420 | 144 | 67 |
| Binary | 10010011 | 11001 | 11111111 | 101010 | 1011010 | 0 | 0 | 100010000 | 1100100 | 110111 |
Color Harmonies of #9319FF
Complementary color
Monochromatic Colors of #9319FF
Black with #9319FF
Text Example
Text Example
White with #9319FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9319FF; }
p { color: rgb(147,25,255); }
H1.HeaderClassName
{
color: #9319FF;
}
.AnyTagClassName
{
color: #9319FF;
}
</style>
background-color css
<style>
a { background-color: #9319FF; }
a { background-color: rgb(147,25,255); }
div.DivClassName
{
background-color: #9319FF;
}
.BgClassName
{
background-color: #9319FF;
}
</style>
border-color css
<style>
span { border-color: #9319FF; }
span { border-color: rgb(147,25,255); }
td.TdClassName
{
border-color: #9319FF;
}
.TagClassName
{
border-color: #9319FF;
}
</style>