Shades of Blue Violet #8529FF
Tints of Blue Violet #8529FF
RGB
CMYK
RGB Variations
Color information
#8529FF (or 0x8529FF) is known color: Blue Violet. HEX triplet: 85, 29 and FF. RGB value is (133,41,255). Sum of RGB (Red+Green+Blue) = 133+41+255=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 41 (16.41% from 255 or 9.56% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #8529FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8529FF is #7AD600. Grayscale: #5C5C5C. Windows color (decimal): -8050177 or 16722309. OLE color: 16722309.
HSL color Cylindrical-coordinate representation of color #8529FF: hue angle of 265.79º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8529FF is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 41 | 255 | - |
| CMYK | 0.48 | 0.84 | 0 | 0 |
| HSL | 265.79º | 1% | 0.58% | - |
| HSV(B) | 265.79º | 0.84% | 1% | - |
| XYZ | 28.52 | 13.79 | 95.77 | - |
| YUV | 92.9 | 219.48 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 41 | 255 | 0.48 | 0.84 | 0 | 0 | 265.79 | 1 | 0.58 |
| Hex | 85 | 29 | FF | 30 | 54 | 0 | 0 | 10A | 64 | 3A |
| Octal | 205 | 51 | 377 | 60 | 124 | 0 | 0 | 412 | 144 | 72 |
| Binary | 10000101 | 101001 | 11111111 | 110000 | 1010100 | 0 | 0 | 100001010 | 1100100 | 111010 |
Color Harmonies of #8529FF
Complementary color
Monochromatic Colors of #8529FF
Black with #8529FF
Text Example
Text Example
White with #8529FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8529FF; }
p { color: rgb(133,41,255); }
H1.HeaderClassName
{
color: #8529FF;
}
.AnyTagClassName
{
color: #8529FF;
}
</style>
background-color css
<style>
a { background-color: #8529FF; }
a { background-color: rgb(133,41,255); }
div.DivClassName
{
background-color: #8529FF;
}
.BgClassName
{
background-color: #8529FF;
}
</style>
border-color css
<style>
span { border-color: #8529FF; }
span { border-color: rgb(133,41,255); }
td.TdClassName
{
border-color: #8529FF;
}
.TagClassName
{
border-color: #8529FF;
}
</style>