Shades of Blue Violet #8529DE
Tints of Blue Violet #8529DE
RGB
CMYK
RGB Variations
Color information
#8529DE (or 0x8529DE) is known color: Blue Violet. HEX triplet: 85, 29 and DE. RGB value is (133,41,222). Sum of RGB (Red+Green+Blue) = 133+41+222=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 41 (16.41% from 255 or 10.35% from 396); Blue value is 222 (87.11% from 255 or 56.06% from 396); Max value from RGB is 222 - color contains mainly: blue. Hex color #8529DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8529DE is #7AD621. Grayscale: #585858. Windows color (decimal): -8050210 or 14559621. OLE color: 14559621.
HSL color Cylindrical-coordinate representation of color #8529DE: hue angle of 270.5º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8529DE is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 41 | 222 | - |
| CMYK | 0.40 | 0.82 | 0 | 0.13 |
| HSL | 270.5º | 0.73% | 0.52% | - |
| HSV(B) | 270.5º | 0.82% | 0.87% | - |
| XYZ | 23.65 | 11.85 | 70.15 | - |
| YUV | 89.14 | 202.98 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 41 | 222 | 0.40 | 0.82 | 0 | 0.13 | 270.5 | 0.73 | 0.52 |
| Hex | 85 | 29 | DE | 28 | 52 | 0 | D | 10E | 49 | 34 |
| Octal | 205 | 51 | 336 | 50 | 122 | 0 | 15 | 416 | 111 | 64 |
| Binary | 10000101 | 101001 | 11011110 | 101000 | 1010010 | 0 | 1101 | 100001110 | 1001001 | 110100 |
Color Harmonies of #8529DE
Complementary color
Monochromatic Colors of #8529DE
Black with #8529DE
Text Example
Text Example
White with #8529DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8529DE; }
p { color: rgb(133,41,222); }
H1.HeaderClassName
{
color: #8529DE;
}
.AnyTagClassName
{
color: #8529DE;
}
</style>
background-color css
<style>
a { background-color: #8529DE; }
a { background-color: rgb(133,41,222); }
div.DivClassName
{
background-color: #8529DE;
}
.BgClassName
{
background-color: #8529DE;
}
</style>
border-color css
<style>
span { border-color: #8529DE; }
span { border-color: rgb(133,41,222); }
td.TdClassName
{
border-color: #8529DE;
}
.TagClassName
{
border-color: #8529DE;
}
</style>