Shades of Blue Violet #8311EE
Tints of Blue Violet #8311EE
RGB
CMYK
RGB Variations
Color information
#8311EE (or 0x8311EE) is known color: Blue Violet. HEX triplet: 83, 11 and EE. RGB value is (131,17,238). Sum of RGB (Red+Green+Blue) = 131+17+238=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 17 (7.03% from 255 or 4.40% from 386); Blue value is 238 (93.36% from 255 or 61.66% from 386); Max value from RGB is 238 - color contains mainly: blue. Hex color #8311EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8311EE is #7CEE11. Grayscale: #4B4B4B. Windows color (decimal): -8187410 or 15602051. OLE color: 15602051.
HSL color Cylindrical-coordinate representation of color #8311EE: hue angle of 270.95º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8311EE is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 17 | 238 | - |
| CMYK | 0.45 | 0.93 | 0 | 0.07 |
| HSL | 270.95º | 0.87% | 0.5% | - |
| HSV(B) | 270.95º | 0.93% | 0.93% | - |
| XYZ | 24.99 | 11.4 | 81.77 | - |
| YUV | 76.28 | 219.27 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 17 | 238 | 0.45 | 0.93 | 0 | 0.07 | 270.95 | 0.87 | 0.5 |
| Hex | 83 | 11 | EE | 2D | 5D | 0 | 7 | 10F | 57 | 32 |
| Octal | 203 | 21 | 356 | 55 | 135 | 0 | 7 | 417 | 127 | 62 |
| Binary | 10000011 | 10001 | 11101110 | 101101 | 1011101 | 0 | 111 | 100001111 | 1010111 | 110010 |
Color Harmonies of #8311EE
Complementary color
Monochromatic Colors of #8311EE
Black with #8311EE
Text Example
Text Example
White with #8311EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8311EE; }
p { color: rgb(131,17,238); }
H1.HeaderClassName
{
color: #8311EE;
}
.AnyTagClassName
{
color: #8311EE;
}
</style>
background-color css
<style>
a { background-color: #8311EE; }
a { background-color: rgb(131,17,238); }
div.DivClassName
{
background-color: #8311EE;
}
.BgClassName
{
background-color: #8311EE;
}
</style>
border-color css
<style>
span { border-color: #8311EE; }
span { border-color: rgb(131,17,238); }
td.TdClassName
{
border-color: #8311EE;
}
.TagClassName
{
border-color: #8311EE;
}
</style>