Shades of Blue Violet #8527ED
Tints of Blue Violet #8527ED
RGB
CMYK
RGB Variations
Color information
#8527ED (or 0x8527ED) is known color: Blue Violet. HEX triplet: 85, 27 and ED. RGB value is (133,39,237). Sum of RGB (Red+Green+Blue) = 133+39+237=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 39 (15.62% from 255 or 9.54% from 409); Blue value is 237 (92.97% from 255 or 57.95% from 409); Max value from RGB is 237 - color contains mainly: blue. Hex color #8527ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8527ED is #7AD812. Grayscale: #585858. Windows color (decimal): -8050707 or 15542149. OLE color: 15542149.
HSL color Cylindrical-coordinate representation of color #8527ED: hue angle of 268.48º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8527ED is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 39 | 237 | - |
| CMYK | 0.44 | 0.84 | 0 | 0.07 |
| HSL | 268.48º | 0.85% | 0.54% | - |
| HSV(B) | 268.48º | 0.84% | 0.93% | - |
| XYZ | 25.68 | 12.55 | 81.19 | - |
| YUV | 89.68 | 211.14 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 39 | 237 | 0.44 | 0.84 | 0 | 0.07 | 268.48 | 0.85 | 0.54 |
| Hex | 85 | 27 | ED | 2C | 54 | 0 | 7 | 10C | 55 | 36 |
| Octal | 205 | 47 | 355 | 54 | 124 | 0 | 7 | 414 | 125 | 66 |
| Binary | 10000101 | 100111 | 11101101 | 101100 | 1010100 | 0 | 111 | 100001100 | 1010101 | 110110 |
Color Harmonies of #8527ED
Complementary color
Monochromatic Colors of #8527ED
Black with #8527ED
Text Example
Text Example
White with #8527ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8527ED; }
p { color: rgb(133,39,237); }
H1.HeaderClassName
{
color: #8527ED;
}
.AnyTagClassName
{
color: #8527ED;
}
</style>
background-color css
<style>
a { background-color: #8527ED; }
a { background-color: rgb(133,39,237); }
div.DivClassName
{
background-color: #8527ED;
}
.BgClassName
{
background-color: #8527ED;
}
</style>
border-color css
<style>
span { border-color: #8527ED; }
span { border-color: rgb(133,39,237); }
td.TdClassName
{
border-color: #8527ED;
}
.TagClassName
{
border-color: #8527ED;
}
</style>