Shades of Blue Violet #8528D9
Tints of Blue Violet #8528D9
RGB
CMYK
RGB Variations
Color information
#8528D9 (or 0x8528D9) is known color: Blue Violet. HEX triplet: 85, 28 and D9. RGB value is (133,40,217). Sum of RGB (Red+Green+Blue) = 133+40+217=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 40 (16.02% from 255 or 10.26% from 390); Blue value is 217 (85.16% from 255 or 55.64% from 390); Max value from RGB is 217 - color contains mainly: blue. Hex color #8528D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8528D9 is #7AD726. Grayscale: #575757. Windows color (decimal): -8050471 or 14231685. OLE color: 14231685.
HSL color Cylindrical-coordinate representation of color #8528D9: hue angle of 271.53º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8528D9 is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 40 | 217 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.15 |
| HSL | 271.53º | 0.7% | 0.5% | - |
| HSV(B) | 271.53º | 0.82% | 0.85% | - |
| XYZ | 22.96 | 11.51 | 66.66 | - |
| YUV | 87.99 | 200.81 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 40 | 217 | 0.39 | 0.82 | 0 | 0.15 | 271.53 | 0.7 | 0.5 |
| Hex | 85 | 28 | D9 | 27 | 52 | 0 | F | 110 | 46 | 32 |
| Octal | 205 | 50 | 331 | 47 | 122 | 0 | 17 | 420 | 106 | 62 |
| Binary | 10000101 | 101000 | 11011001 | 100111 | 1010010 | 0 | 1111 | 100010000 | 1000110 | 110010 |
Color Harmonies of #8528D9
Complementary color
Monochromatic Colors of #8528D9
Black with #8528D9
Text Example
Text Example
White with #8528D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8528D9; }
p { color: rgb(133,40,217); }
H1.HeaderClassName
{
color: #8528D9;
}
.AnyTagClassName
{
color: #8528D9;
}
</style>
background-color css
<style>
a { background-color: #8528D9; }
a { background-color: rgb(133,40,217); }
div.DivClassName
{
background-color: #8528D9;
}
.BgClassName
{
background-color: #8528D9;
}
</style>
border-color css
<style>
span { border-color: #8528D9; }
span { border-color: rgb(133,40,217); }
td.TdClassName
{
border-color: #8528D9;
}
.TagClassName
{
border-color: #8528D9;
}
</style>