Shades of Blue Violet #8527EC
Tints of Blue Violet #8527EC
RGB
CMYK
RGB Variations
Color information
#8527EC (or 0x8527EC) is known color: Blue Violet. HEX triplet: 85, 27 and EC. RGB value is (133,39,236). Sum of RGB (Red+Green+Blue) = 133+39+236=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 39 (15.62% from 255 or 9.56% from 408); Blue value is 236 (92.58% from 255 or 57.84% from 408); Max value from RGB is 236 - color contains mainly: blue. Hex color #8527EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8527EC is #7AD813. Grayscale: #585858. Windows color (decimal): -8050708 or 15476613. OLE color: 15476613.
HSL color Cylindrical-coordinate representation of color #8527EC: hue angle of 268.63º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8527EC is Cyan = 0.44, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 39 | 236 | - |
| CMYK | 0.44 | 0.83 | 0 | 0.07 |
| HSL | 268.63º | 0.84% | 0.54% | - |
| HSV(B) | 268.63º | 0.83% | 0.93% | - |
| XYZ | 25.54 | 12.49 | 80.42 | - |
| YUV | 89.56 | 210.64 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 39 | 236 | 0.44 | 0.83 | 0 | 0.07 | 268.63 | 0.84 | 0.54 |
| Hex | 85 | 27 | EC | 2C | 53 | 0 | 7 | 10D | 54 | 36 |
| Octal | 205 | 47 | 354 | 54 | 123 | 0 | 7 | 415 | 124 | 66 |
| Binary | 10000101 | 100111 | 11101100 | 101100 | 1010011 | 0 | 111 | 100001101 | 1010100 | 110110 |
Color Harmonies of #8527EC
Complementary color
Monochromatic Colors of #8527EC
Black with #8527EC
Text Example
Text Example
White with #8527EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8527EC; }
p { color: rgb(133,39,236); }
H1.HeaderClassName
{
color: #8527EC;
}
.AnyTagClassName
{
color: #8527EC;
}
</style>
background-color css
<style>
a { background-color: #8527EC; }
a { background-color: rgb(133,39,236); }
div.DivClassName
{
background-color: #8527EC;
}
.BgClassName
{
background-color: #8527EC;
}
</style>
border-color css
<style>
span { border-color: #8527EC; }
span { border-color: rgb(133,39,236); }
td.TdClassName
{
border-color: #8527EC;
}
.TagClassName
{
border-color: #8527EC;
}
</style>