Shades of Blue Violet #9319EF
Tints of Blue Violet #9319EF
RGB
CMYK
RGB Variations
Color information
#9319EF (or 0x9319EF) is known color: Blue Violet. HEX triplet: 93, 19 and EF. RGB value is (147,25,239). Sum of RGB (Red+Green+Blue) = 147+25+239=411 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.77% from 411); Green value is 25 (10.16% from 255 or 6.08% from 411); Blue value is 239 (93.75% from 255 or 58.15% from 411); Max value from RGB is 239 - color contains mainly: blue. Hex color #9319EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9319EF is #6CE610. Grayscale: #555555. Windows color (decimal): -7136785 or 15669651. OLE color: 15669651.
HSL color Cylindrical-coordinate representation of color #9319EF: hue angle of 274.21º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9319EF is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 25 | 239 | - |
| CMYK | 0.38 | 0.90 | 0 | 0.06 |
| HSL | 274.21º | 0.87% | 0.52% | - |
| HSV(B) | 274.21º | 0.9% | 0.94% | - |
| XYZ | 27.96 | 13.13 | 82.72 | - |
| YUV | 85.87 | 214.42 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 25 | 239 | 0.38 | 0.90 | 0 | 0.06 | 274.21 | 0.87 | 0.52 |
| Hex | 93 | 19 | EF | 26 | 5A | 0 | 6 | 112 | 57 | 34 |
| Octal | 223 | 31 | 357 | 46 | 132 | 0 | 6 | 422 | 127 | 64 |
| Binary | 10010011 | 11001 | 11101111 | 100110 | 1011010 | 0 | 110 | 100010010 | 1010111 | 110100 |
Color Harmonies of #9319EF
Complementary color
Monochromatic Colors of #9319EF
Black with #9319EF
Text Example
Text Example
White with #9319EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9319EF; }
p { color: rgb(147,25,239); }
H1.HeaderClassName
{
color: #9319EF;
}
.AnyTagClassName
{
color: #9319EF;
}
</style>
background-color css
<style>
a { background-color: #9319EF; }
a { background-color: rgb(147,25,239); }
div.DivClassName
{
background-color: #9319EF;
}
.BgClassName
{
background-color: #9319EF;
}
</style>
border-color css
<style>
span { border-color: #9319EF; }
span { border-color: rgb(147,25,239); }
td.TdClassName
{
border-color: #9319EF;
}
.TagClassName
{
border-color: #9319EF;
}
</style>