Shades of Blue Violet #8528DB
Tints of Blue Violet #8528DB
RGB
CMYK
RGB Variations
Color information
#8528DB (or 0x8528DB) is known color: Blue Violet. HEX triplet: 85, 28 and DB. RGB value is (133,40,219). Sum of RGB (Red+Green+Blue) = 133+40+219=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 40 (16.02% from 255 or 10.20% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #8528DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8528DB is #7AD724. Grayscale: #575757. Windows color (decimal): -8050469 or 14362757. OLE color: 14362757.
HSL color Cylindrical-coordinate representation of color #8528DB: hue angle of 271.17º degrees, saturation: 0.71, 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 #8528DB is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 40 | 219 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.14 |
| HSL | 271.17º | 0.71% | 0.51% | - |
| HSV(B) | 271.17º | 0.82% | 0.86% | - |
| XYZ | 23.22 | 11.62 | 68.04 | - |
| YUV | 88.21 | 201.81 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 40 | 219 | 0.39 | 0.82 | 0 | 0.14 | 271.17 | 0.71 | 0.51 |
| Hex | 85 | 28 | DB | 27 | 52 | 0 | E | 10F | 47 | 33 |
| Octal | 205 | 50 | 333 | 47 | 122 | 0 | 16 | 417 | 107 | 63 |
| Binary | 10000101 | 101000 | 11011011 | 100111 | 1010010 | 0 | 1110 | 100001111 | 1000111 | 110011 |
Color Harmonies of #8528DB
Complementary color
Monochromatic Colors of #8528DB
Black with #8528DB
Text Example
Text Example
White with #8528DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8528DB; }
p { color: rgb(133,40,219); }
H1.HeaderClassName
{
color: #8528DB;
}
.AnyTagClassName
{
color: #8528DB;
}
</style>
background-color css
<style>
a { background-color: #8528DB; }
a { background-color: rgb(133,40,219); }
div.DivClassName
{
background-color: #8528DB;
}
.BgClassName
{
background-color: #8528DB;
}
</style>
border-color css
<style>
span { border-color: #8528DB; }
span { border-color: rgb(133,40,219); }
td.TdClassName
{
border-color: #8528DB;
}
.TagClassName
{
border-color: #8528DB;
}
</style>