Shades of Blue Violet #8528D1
Tints of Blue Violet #8528D1
RGB
CMYK
RGB Variations
Color information
#8528D1 (or 0x8528D1) is known color: Blue Violet. HEX triplet: 85, 28 and D1. RGB value is (133,40,209). Sum of RGB (Red+Green+Blue) = 133+40+209=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 40 (16.02% from 255 or 10.47% from 382); Blue value is 209 (82.03% from 255 or 54.71% from 382); Max value from RGB is 209 - color contains mainly: blue. Hex color #8528D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8528D1 is #7AD72E. Grayscale: #565656. Windows color (decimal): -8050479 or 13707397. OLE color: 13707397.
HSL color Cylindrical-coordinate representation of color #8528D1: hue angle of 273.02º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8528D1 is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 40 | 209 | - |
| CMYK | 0.36 | 0.81 | 0 | 0.18 |
| HSL | 273.02º | 0.68% | 0.49% | - |
| HSV(B) | 273.02º | 0.81% | 0.82% | - |
| XYZ | 21.94 | 11.11 | 61.31 | - |
| YUV | 87.07 | 196.81 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 40 | 209 | 0.36 | 0.81 | 0 | 0.18 | 273.02 | 0.68 | 0.49 |
| Hex | 85 | 28 | D1 | 24 | 51 | 0 | 12 | 111 | 44 | 31 |
| Octal | 205 | 50 | 321 | 44 | 121 | 0 | 22 | 421 | 104 | 61 |
| Binary | 10000101 | 101000 | 11010001 | 100100 | 1010001 | 0 | 10010 | 100010001 | 1000100 | 110001 |
Color Harmonies of #8528D1
Complementary color
Monochromatic Colors of #8528D1
Black with #8528D1
Text Example
Text Example
White with #8528D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8528D1; }
p { color: rgb(133,40,209); }
H1.HeaderClassName
{
color: #8528D1;
}
.AnyTagClassName
{
color: #8528D1;
}
</style>
background-color css
<style>
a { background-color: #8528D1; }
a { background-color: rgb(133,40,209); }
div.DivClassName
{
background-color: #8528D1;
}
.BgClassName
{
background-color: #8528D1;
}
</style>
border-color css
<style>
span { border-color: #8528D1; }
span { border-color: rgb(133,40,209); }
td.TdClassName
{
border-color: #8528D1;
}
.TagClassName
{
border-color: #8528D1;
}
</style>