Shades of Blue Violet #8323EE
Tints of Blue Violet #8323EE
RGB
CMYK
RGB Variations
Color information
#8323EE (or 0x8323EE) is known color: Blue Violet. HEX triplet: 83, 23 and EE. RGB value is (131,35,238). Sum of RGB (Red+Green+Blue) = 131+35+238=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 35 (14.06% from 255 or 8.66% from 404); Blue value is 238 (93.36% from 255 or 58.91% from 404); Max value from RGB is 238 - color contains mainly: blue. Hex color #8323EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8323EE is #7CDC11. Grayscale: #565656. Windows color (decimal): -8182802 or 15606659. OLE color: 15606659.
HSL color Cylindrical-coordinate representation of color #8323EE: hue angle of 268.37º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8323EE is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 35 | 238 | - |
| CMYK | 0.45 | 0.85 | 0 | 0.07 |
| HSL | 268.37º | 0.86% | 0.54% | - |
| HSV(B) | 268.37º | 0.85% | 0.93% | - |
| XYZ | 25.39 | 12.2 | 81.91 | - |
| YUV | 86.85 | 213.3 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 35 | 238 | 0.45 | 0.85 | 0 | 0.07 | 268.37 | 0.86 | 0.54 |
| Hex | 83 | 23 | EE | 2D | 55 | 0 | 7 | 10C | 56 | 36 |
| Octal | 203 | 43 | 356 | 55 | 125 | 0 | 7 | 414 | 126 | 66 |
| Binary | 10000011 | 100011 | 11101110 | 101101 | 1010101 | 0 | 111 | 100001100 | 1010110 | 110110 |
Color Harmonies of #8323EE
Complementary color
Monochromatic Colors of #8323EE
Black with #8323EE
Text Example
Text Example
White with #8323EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8323EE; }
p { color: rgb(131,35,238); }
H1.HeaderClassName
{
color: #8323EE;
}
.AnyTagClassName
{
color: #8323EE;
}
</style>
background-color css
<style>
a { background-color: #8323EE; }
a { background-color: rgb(131,35,238); }
div.DivClassName
{
background-color: #8323EE;
}
.BgClassName
{
background-color: #8323EE;
}
</style>
border-color css
<style>
span { border-color: #8323EE; }
span { border-color: rgb(131,35,238); }
td.TdClassName
{
border-color: #8323EE;
}
.TagClassName
{
border-color: #8323EE;
}
</style>