Shades of Blue Violet #8529EF
Tints of Blue Violet #8529EF
RGB
CMYK
RGB Variations
Color information
#8529EF (or 0x8529EF) is known color: Blue Violet. HEX triplet: 85, 29 and EF. RGB value is (133,41,239). Sum of RGB (Red+Green+Blue) = 133+41+239=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 41 (16.41% from 255 or 9.93% from 413); Blue value is 239 (93.75% from 255 or 57.87% from 413); Max value from RGB is 239 - color contains mainly: blue. Hex color #8529EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8529EF is #7AD610. Grayscale: #5A5A5A. Windows color (decimal): -8050193 or 15673733. OLE color: 15673733.
HSL color Cylindrical-coordinate representation of color #8529EF: hue angle of 267.88º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8529EF is Cyan = 0.44, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 41 | 239 | - |
| CMYK | 0.44 | 0.83 | 0 | 0.06 |
| HSL | 267.88º | 0.86% | 0.55% | - |
| HSV(B) | 267.88º | 0.83% | 0.94% | - |
| XYZ | 26.05 | 12.8 | 82.76 | - |
| YUV | 91.08 | 211.48 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 41 | 239 | 0.44 | 0.83 | 0 | 0.06 | 267.88 | 0.86 | 0.55 |
| Hex | 85 | 29 | EF | 2C | 53 | 0 | 6 | 10C | 56 | 37 |
| Octal | 205 | 51 | 357 | 54 | 123 | 0 | 6 | 414 | 126 | 67 |
| Binary | 10000101 | 101001 | 11101111 | 101100 | 1010011 | 0 | 110 | 100001100 | 1010110 | 110111 |
Color Harmonies of #8529EF
Complementary color
Monochromatic Colors of #8529EF
Black with #8529EF
Text Example
Text Example
White with #8529EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8529EF; }
p { color: rgb(133,41,239); }
H1.HeaderClassName
{
color: #8529EF;
}
.AnyTagClassName
{
color: #8529EF;
}
</style>
background-color css
<style>
a { background-color: #8529EF; }
a { background-color: rgb(133,41,239); }
div.DivClassName
{
background-color: #8529EF;
}
.BgClassName
{
background-color: #8529EF;
}
</style>
border-color css
<style>
span { border-color: #8529EF; }
span { border-color: rgb(133,41,239); }
td.TdClassName
{
border-color: #8529EF;
}
.TagClassName
{
border-color: #8529EF;
}
</style>