Shades of Blue Violet #8527DB
Tints of Blue Violet #8527DB
RGB
CMYK
RGB Variations
Color information
#8527DB (or 0x8527DB) is known color: Blue Violet. HEX triplet: 85, 27 and DB. RGB value is (133,39,219). Sum of RGB (Red+Green+Blue) = 133+39+219=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 39 (15.62% from 255 or 9.97% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #8527DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8527DB is #7AD824. Grayscale: #575757. Windows color (decimal): -8050725 or 14362501. OLE color: 14362501.
HSL color Cylindrical-coordinate representation of color #8527DB: hue angle of 271.33º 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 #8527DB is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 39 | 219 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.14 |
| HSL | 271.33º | 0.71% | 0.51% | - |
| HSV(B) | 271.33º | 0.82% | 0.86% | - |
| XYZ | 23.18 | 11.55 | 68.03 | - |
| YUV | 87.63 | 202.14 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 39 | 219 | 0.39 | 0.82 | 0 | 0.14 | 271.33 | 0.71 | 0.51 |
| Hex | 85 | 27 | DB | 27 | 52 | 0 | E | 10F | 47 | 33 |
| Octal | 205 | 47 | 333 | 47 | 122 | 0 | 16 | 417 | 107 | 63 |
| Binary | 10000101 | 100111 | 11011011 | 100111 | 1010010 | 0 | 1110 | 100001111 | 1000111 | 110011 |
Color Harmonies of #8527DB
Complementary color
Monochromatic Colors of #8527DB
Black with #8527DB
Text Example
Text Example
White with #8527DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8527DB; }
p { color: rgb(133,39,219); }
H1.HeaderClassName
{
color: #8527DB;
}
.AnyTagClassName
{
color: #8527DB;
}
</style>
background-color css
<style>
a { background-color: #8527DB; }
a { background-color: rgb(133,39,219); }
div.DivClassName
{
background-color: #8527DB;
}
.BgClassName
{
background-color: #8527DB;
}
</style>
border-color css
<style>
span { border-color: #8527DB; }
span { border-color: rgb(133,39,219); }
td.TdClassName
{
border-color: #8527DB;
}
.TagClassName
{
border-color: #8527DB;
}
</style>