Shades of Blue Violet #9311EA
Tints of Blue Violet #9311EA
RGB
CMYK
RGB Variations
Color information
#9311EA (or 0x9311EA) is known color: Blue Violet. HEX triplet: 93, 11 and EA. RGB value is (147,17,234). Sum of RGB (Red+Green+Blue) = 147+17+234=398 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.93% from 398); Green value is 17 (7.03% from 255 or 4.27% from 398); Blue value is 234 (91.80% from 255 or 58.79% from 398); Max value from RGB is 234 - color contains mainly: blue. Hex color #9311EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9311EA is #6CEE15. Grayscale: #4F4F4F. Windows color (decimal): -7138838 or 15339923. OLE color: 15339923.
HSL color Cylindrical-coordinate representation of color #9311EA: hue angle of 275.94º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9311EA is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 17 | 234 | - |
| CMYK | 0.37 | 0.93 | 0 | 0.08 |
| HSL | 275.94º | 0.86% | 0.49% | - |
| HSV(B) | 275.94º | 0.93% | 0.92% | - |
| XYZ | 27.08 | 12.54 | 78.84 | - |
| YUV | 80.61 | 214.57 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 17 | 234 | 0.37 | 0.93 | 0 | 0.08 | 275.94 | 0.86 | 0.49 |
| Hex | 93 | 11 | EA | 25 | 5D | 0 | 8 | 114 | 56 | 31 |
| Octal | 223 | 21 | 352 | 45 | 135 | 0 | 10 | 424 | 126 | 61 |
| Binary | 10010011 | 10001 | 11101010 | 100101 | 1011101 | 0 | 1000 | 100010100 | 1010110 | 110001 |
Color Harmonies of #9311EA
Complementary color
Monochromatic Colors of #9311EA
Black with #9311EA
Text Example
Text Example
White with #9311EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9311EA; }
p { color: rgb(147,17,234); }
H1.HeaderClassName
{
color: #9311EA;
}
.AnyTagClassName
{
color: #9311EA;
}
</style>
background-color css
<style>
a { background-color: #9311EA; }
a { background-color: rgb(147,17,234); }
div.DivClassName
{
background-color: #9311EA;
}
.BgClassName
{
background-color: #9311EA;
}
</style>
border-color css
<style>
span { border-color: #9311EA; }
span { border-color: rgb(147,17,234); }
td.TdClassName
{
border-color: #9311EA;
}
.TagClassName
{
border-color: #9311EA;
}
</style>