Shades of Blue Violet #9319E9
Tints of Blue Violet #9319E9
RGB
CMYK
RGB Variations
Color information
#9319E9 (or 0x9319E9) is known color: Blue Violet. HEX triplet: 93, 19 and E9. RGB value is (147,25,233). Sum of RGB (Red+Green+Blue) = 147+25+233=405 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.30% from 405); Green value is 25 (10.16% from 255 or 6.17% from 405); Blue value is 233 (91.41% from 255 or 57.53% from 405); Max value from RGB is 233 - color contains mainly: blue. Hex color #9319E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9319E9 is #6CE616. Grayscale: #545454. Windows color (decimal): -7136791 or 15276435. OLE color: 15276435.
HSL color Cylindrical-coordinate representation of color #9319E9: hue angle of 275.19º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9319E9 is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 25 | 233 | - |
| CMYK | 0.37 | 0.89 | 0 | 0.09 |
| HSL | 275.19º | 0.83% | 0.51% | - |
| HSV(B) | 275.19º | 0.89% | 0.91% | - |
| XYZ | 27.09 | 12.78 | 78.13 | - |
| YUV | 85.19 | 211.42 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 25 | 233 | 0.37 | 0.89 | 0 | 0.09 | 275.19 | 0.83 | 0.51 |
| Hex | 93 | 19 | E9 | 25 | 59 | 0 | 9 | 113 | 53 | 33 |
| Octal | 223 | 31 | 351 | 45 | 131 | 0 | 11 | 423 | 123 | 63 |
| Binary | 10010011 | 11001 | 11101001 | 100101 | 1011001 | 0 | 1001 | 100010011 | 1010011 | 110011 |
Color Harmonies of #9319E9
Complementary color
Monochromatic Colors of #9319E9
Black with #9319E9
Text Example
Text Example
White with #9319E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9319E9; }
p { color: rgb(147,25,233); }
H1.HeaderClassName
{
color: #9319E9;
}
.AnyTagClassName
{
color: #9319E9;
}
</style>
background-color css
<style>
a { background-color: #9319E9; }
a { background-color: rgb(147,25,233); }
div.DivClassName
{
background-color: #9319E9;
}
.BgClassName
{
background-color: #9319E9;
}
</style>
border-color css
<style>
span { border-color: #9319E9; }
span { border-color: rgb(147,25,233); }
td.TdClassName
{
border-color: #9319E9;
}
.TagClassName
{
border-color: #9319E9;
}
</style>