Shades of Blue Violet #8527DD
Tints of Blue Violet #8527DD
RGB
CMYK
RGB Variations
Color information
#8527DD (or 0x8527DD) is known color: Blue Violet. HEX triplet: 85, 27 and DD. RGB value is (133,39,221). Sum of RGB (Red+Green+Blue) = 133+39+221=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 39 (15.62% from 255 or 9.92% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #8527DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8527DD is #7AD822. Grayscale: #575757. Windows color (decimal): -8050723 or 14493573. OLE color: 14493573.
HSL color Cylindrical-coordinate representation of color #8527DD: hue angle of 270.99º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8527DD is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 39 | 221 | - |
| CMYK | 0.40 | 0.82 | 0 | 0.13 |
| HSL | 270.99º | 0.73% | 0.51% | - |
| HSV(B) | 270.99º | 0.82% | 0.87% | - |
| XYZ | 23.45 | 11.66 | 69.42 | - |
| YUV | 87.85 | 203.14 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 39 | 221 | 0.40 | 0.82 | 0 | 0.13 | 270.99 | 0.73 | 0.51 |
| Hex | 85 | 27 | DD | 28 | 52 | 0 | D | 10F | 49 | 33 |
| Octal | 205 | 47 | 335 | 50 | 122 | 0 | 15 | 417 | 111 | 63 |
| Binary | 10000101 | 100111 | 11011101 | 101000 | 1010010 | 0 | 1101 | 100001111 | 1001001 | 110011 |
Color Harmonies of #8527DD
Complementary color
Monochromatic Colors of #8527DD
Black with #8527DD
Text Example
Text Example
White with #8527DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8527DD; }
p { color: rgb(133,39,221); }
H1.HeaderClassName
{
color: #8527DD;
}
.AnyTagClassName
{
color: #8527DD;
}
</style>
background-color css
<style>
a { background-color: #8527DD; }
a { background-color: rgb(133,39,221); }
div.DivClassName
{
background-color: #8527DD;
}
.BgClassName
{
background-color: #8527DD;
}
</style>
border-color css
<style>
span { border-color: #8527DD; }
span { border-color: rgb(133,39,221); }
td.TdClassName
{
border-color: #8527DD;
}
.TagClassName
{
border-color: #8527DD;
}
</style>