Shades of Blue Violet #9319EE
Tints of Blue Violet #9319EE
RGB
CMYK
RGB Variations
Color information
#9319EE (or 0x9319EE) is known color: Blue Violet. HEX triplet: 93, 19 and EE. RGB value is (147,25,238). Sum of RGB (Red+Green+Blue) = 147+25+238=410 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.85% from 410); Green value is 25 (10.16% from 255 or 6.10% from 410); Blue value is 238 (93.36% from 255 or 58.05% from 410); Max value from RGB is 238 - color contains mainly: blue. Hex color #9319EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9319EE is #6CE611. Grayscale: #555555. Windows color (decimal): -7136786 or 15604115. OLE color: 15604115.
HSL color Cylindrical-coordinate representation of color #9319EE: hue angle of 274.37º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9319EE is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 25 | 238 | - |
| CMYK | 0.38 | 0.89 | 0 | 0.07 |
| HSL | 274.37º | 0.86% | 0.52% | - |
| HSV(B) | 274.37º | 0.89% | 0.93% | - |
| XYZ | 27.81 | 13.07 | 81.95 | - |
| YUV | 85.76 | 213.92 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 25 | 238 | 0.38 | 0.89 | 0 | 0.07 | 274.37 | 0.86 | 0.52 |
| Hex | 93 | 19 | EE | 26 | 59 | 0 | 7 | 112 | 56 | 34 |
| Octal | 223 | 31 | 356 | 46 | 131 | 0 | 7 | 422 | 126 | 64 |
| Binary | 10010011 | 11001 | 11101110 | 100110 | 1011001 | 0 | 111 | 100010010 | 1010110 | 110100 |
Color Harmonies of #9319EE
Complementary color
Monochromatic Colors of #9319EE
Black with #9319EE
Text Example
Text Example
White with #9319EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9319EE; }
p { color: rgb(147,25,238); }
H1.HeaderClassName
{
color: #9319EE;
}
.AnyTagClassName
{
color: #9319EE;
}
</style>
background-color css
<style>
a { background-color: #9319EE; }
a { background-color: rgb(147,25,238); }
div.DivClassName
{
background-color: #9319EE;
}
.BgClassName
{
background-color: #9319EE;
}
</style>
border-color css
<style>
span { border-color: #9319EE; }
span { border-color: rgb(147,25,238); }
td.TdClassName
{
border-color: #9319EE;
}
.TagClassName
{
border-color: #9319EE;
}
</style>