Shades of Blue Violet #8336EE
Tints of Blue Violet #8336EE
RGB
CMYK
RGB Variations
Color information
#8336EE (or 0x8336EE) is known color: Blue Violet. HEX triplet: 83, 36 and EE. RGB value is (131,54,238). Sum of RGB (Red+Green+Blue) = 131+54+238=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 54 (21.48% from 255 or 12.77% from 423); Blue value is 238 (93.36% from 255 or 56.26% from 423); Max value from RGB is 238 - color contains mainly: blue. Hex color #8336EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8336EE is #7CC911. Grayscale: #616161. Windows color (decimal): -8177938 or 15611523. OLE color: 15611523.
HSL color Cylindrical-coordinate representation of color #8336EE: hue angle of 265.11º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8336EE is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 54 | 238 | - |
| CMYK | 0.45 | 0.77 | 0 | 0.07 |
| HSL | 265.11º | 0.84% | 0.57% | - |
| HSV(B) | 265.11º | 0.77% | 0.93% | - |
| XYZ | 26.11 | 13.64 | 82.14 | - |
| YUV | 98 | 207.01 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 54 | 238 | 0.45 | 0.77 | 0 | 0.07 | 265.11 | 0.84 | 0.57 |
| Hex | 83 | 36 | EE | 2D | 4D | 0 | 7 | 109 | 54 | 39 |
| Octal | 203 | 66 | 356 | 55 | 115 | 0 | 7 | 411 | 124 | 71 |
| Binary | 10000011 | 110110 | 11101110 | 101101 | 1001101 | 0 | 111 | 100001001 | 1010100 | 111001 |
Color Harmonies of #8336EE
Complementary color
Monochromatic Colors of #8336EE
Black with #8336EE
Text Example
Text Example
White with #8336EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8336EE; }
p { color: rgb(131,54,238); }
H1.HeaderClassName
{
color: #8336EE;
}
.AnyTagClassName
{
color: #8336EE;
}
</style>
background-color css
<style>
a { background-color: #8336EE; }
a { background-color: rgb(131,54,238); }
div.DivClassName
{
background-color: #8336EE;
}
.BgClassName
{
background-color: #8336EE;
}
</style>
border-color css
<style>
span { border-color: #8336EE; }
span { border-color: rgb(131,54,238); }
td.TdClassName
{
border-color: #8336EE;
}
.TagClassName
{
border-color: #8336EE;
}
</style>