Shades of Blue Violet #8531EC
Tints of Blue Violet #8531EC
RGB
CMYK
RGB Variations
Color information
#8531EC (or 0x8531EC) is known color: Blue Violet. HEX triplet: 85, 31 and EC. RGB value is (133,49,236). Sum of RGB (Red+Green+Blue) = 133+49+236=418 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.82% from 418); Green value is 49 (19.53% from 255 or 11.72% from 418); Blue value is 236 (92.58% from 255 or 56.46% from 418); Max value from RGB is 236 - color contains mainly: blue. Hex color #8531EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8531EC is #7ACE13. Grayscale: #5E5E5E. Windows color (decimal): -8048148 or 15479173. OLE color: 15479173.
HSL color Cylindrical-coordinate representation of color #8531EC: hue angle of 266.95º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8531EC is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 49 | 236 | - |
| CMYK | 0.44 | 0.79 | 0 | 0.07 |
| HSL | 266.95º | 0.83% | 0.56% | - |
| HSV(B) | 266.95º | 0.79% | 0.93% | - |
| XYZ | 25.91 | 13.24 | 80.55 | - |
| YUV | 95.43 | 207.33 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 49 | 236 | 0.44 | 0.79 | 0 | 0.07 | 266.95 | 0.83 | 0.56 |
| Hex | 85 | 31 | EC | 2C | 4F | 0 | 7 | 10B | 53 | 38 |
| Octal | 205 | 61 | 354 | 54 | 117 | 0 | 7 | 413 | 123 | 70 |
| Binary | 10000101 | 110001 | 11101100 | 101100 | 1001111 | 0 | 111 | 100001011 | 1010011 | 111000 |
Color Harmonies of #8531EC
Complementary color
Monochromatic Colors of #8531EC
Black with #8531EC
Text Example
Text Example
White with #8531EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8531EC; }
p { color: rgb(133,49,236); }
H1.HeaderClassName
{
color: #8531EC;
}
.AnyTagClassName
{
color: #8531EC;
}
</style>
background-color css
<style>
a { background-color: #8531EC; }
a { background-color: rgb(133,49,236); }
div.DivClassName
{
background-color: #8531EC;
}
.BgClassName
{
background-color: #8531EC;
}
</style>
border-color css
<style>
span { border-color: #8531EC; }
span { border-color: rgb(133,49,236); }
td.TdClassName
{
border-color: #8531EC;
}
.TagClassName
{
border-color: #8531EC;
}
</style>