Shades of Blue Violet #8527DA
Tints of Blue Violet #8527DA
RGB
CMYK
RGB Variations
Color information
#8527DA (or 0x8527DA) is known color: Blue Violet. HEX triplet: 85, 27 and DA. RGB value is (133,39,218). Sum of RGB (Red+Green+Blue) = 133+39+218=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 39 (15.62% from 255 or 10% from 390); Blue value is 218 (85.55% from 255 or 55.90% from 390); Max value from RGB is 218 - color contains mainly: blue. Hex color #8527DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8527DA is #7AD825. Grayscale: #565656. Windows color (decimal): -8050726 or 14296965. OLE color: 14296965.
HSL color Cylindrical-coordinate representation of color #8527DA: hue angle of 271.51º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8527DA is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 39 | 218 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.15 |
| HSL | 271.51º | 0.71% | 0.5% | - |
| HSV(B) | 271.51º | 0.82% | 0.85% | - |
| XYZ | 23.05 | 11.5 | 67.33 | - |
| YUV | 87.51 | 201.64 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 39 | 218 | 0.39 | 0.82 | 0 | 0.15 | 271.51 | 0.71 | 0.5 |
| Hex | 85 | 27 | DA | 27 | 52 | 0 | F | 110 | 47 | 32 |
| Octal | 205 | 47 | 332 | 47 | 122 | 0 | 17 | 420 | 107 | 62 |
| Binary | 10000101 | 100111 | 11011010 | 100111 | 1010010 | 0 | 1111 | 100010000 | 1000111 | 110010 |
Color Harmonies of #8527DA
Complementary color
Monochromatic Colors of #8527DA
Black with #8527DA
Text Example
Text Example
White with #8527DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8527DA; }
p { color: rgb(133,39,218); }
H1.HeaderClassName
{
color: #8527DA;
}
.AnyTagClassName
{
color: #8527DA;
}
</style>
background-color css
<style>
a { background-color: #8527DA; }
a { background-color: rgb(133,39,218); }
div.DivClassName
{
background-color: #8527DA;
}
.BgClassName
{
background-color: #8527DA;
}
</style>
border-color css
<style>
span { border-color: #8527DA; }
span { border-color: rgb(133,39,218); }
td.TdClassName
{
border-color: #8527DA;
}
.TagClassName
{
border-color: #8527DA;
}
</style>