Shades of Blue Violet #8528DC
Tints of Blue Violet #8528DC
RGB
CMYK
RGB Variations
Color information
#8528DC (or 0x8528DC) is known color: Blue Violet. HEX triplet: 85, 28 and DC. RGB value is (133,40,220). Sum of RGB (Red+Green+Blue) = 133+40+220=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 40 (16.02% from 255 or 10.18% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #8528DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8528DC is #7AD723. Grayscale: #575757. Windows color (decimal): -8050468 or 14428293. OLE color: 14428293.
HSL color Cylindrical-coordinate representation of color #8528DC: hue angle of 271º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8528DC is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 40 | 220 | - |
| CMYK | 0.40 | 0.82 | 0 | 0.14 |
| HSL | 271º | 0.72% | 0.51% | - |
| HSV(B) | 271º | 0.82% | 0.86% | - |
| XYZ | 23.35 | 11.67 | 68.73 | - |
| YUV | 88.33 | 202.31 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 40 | 220 | 0.40 | 0.82 | 0 | 0.14 | 271 | 0.72 | 0.51 |
| Hex | 85 | 28 | DC | 28 | 52 | 0 | E | 10F | 48 | 33 |
| Octal | 205 | 50 | 334 | 50 | 122 | 0 | 16 | 417 | 110 | 63 |
| Binary | 10000101 | 101000 | 11011100 | 101000 | 1010010 | 0 | 1110 | 100001111 | 1001000 | 110011 |
Color Harmonies of #8528DC
Complementary color
Monochromatic Colors of #8528DC
Black with #8528DC
Text Example
Text Example
White with #8528DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8528DC; }
p { color: rgb(133,40,220); }
H1.HeaderClassName
{
color: #8528DC;
}
.AnyTagClassName
{
color: #8528DC;
}
</style>
background-color css
<style>
a { background-color: #8528DC; }
a { background-color: rgb(133,40,220); }
div.DivClassName
{
background-color: #8528DC;
}
.BgClassName
{
background-color: #8528DC;
}
</style>
border-color css
<style>
span { border-color: #8528DC; }
span { border-color: rgb(133,40,220); }
td.TdClassName
{
border-color: #8528DC;
}
.TagClassName
{
border-color: #8528DC;
}
</style>