Shades of Blue Violet #8529E6
Tints of Blue Violet #8529E6
RGB
CMYK
RGB Variations
Color information
#8529E6 (or 0x8529E6) is known color: Blue Violet. HEX triplet: 85, 29 and E6. RGB value is (133,41,230). Sum of RGB (Red+Green+Blue) = 133+41+230=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 230 (90.23% from 255 or 56.93% from 404); Max value from RGB is 230 - color contains mainly: blue. Hex color #8529E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8529E6 is #7AD619. Grayscale: #595959. Windows color (decimal): -8050202 or 15083909. OLE color: 15083909.
HSL color Cylindrical-coordinate representation of color #8529E6: hue angle of 269.21º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8529E6 is Cyan = 0.42, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 133 | 41 | 230 | - |
| CMYK | 0.42 | 0.82 | 0 | 0.10 |
| HSL | 269.21º | 0.79% | 0.53% | - |
| HSV(B) | 269.21º | 0.82% | 0.9% | - |
| XYZ | 24.75 | 12.29 | 75.93 | - |
| YUV | 90.05 | 206.98 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 41 | 230 | 0.42 | 0.82 | 0 | 0.10 | 269.21 | 0.79 | 0.53 |
| Hex | 85 | 29 | E6 | 2A | 52 | 0 | A | 10D | 4F | 35 |
| Octal | 205 | 51 | 346 | 52 | 122 | 0 | 12 | 415 | 117 | 65 |
| Binary | 10000101 | 101001 | 11100110 | 101010 | 1010010 | 0 | 1010 | 100001101 | 1001111 | 110101 |
Color Harmonies of #8529E6
Complementary color
Monochromatic Colors of #8529E6
Black with #8529E6
Text Example
Text Example
White with #8529E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8529E6; }
p { color: rgb(133,41,230); }
H1.HeaderClassName
{
color: #8529E6;
}
.AnyTagClassName
{
color: #8529E6;
}
</style>
background-color css
<style>
a { background-color: #8529E6; }
a { background-color: rgb(133,41,230); }
div.DivClassName
{
background-color: #8529E6;
}
.BgClassName
{
background-color: #8529E6;
}
</style>
border-color css
<style>
span { border-color: #8529E6; }
span { border-color: rgb(133,41,230); }
td.TdClassName
{
border-color: #8529E6;
}
.TagClassName
{
border-color: #8529E6;
}
</style>