Shades of Vivid Violet #8527AE
Tints of Vivid Violet #8527AE
RGB
CMYK
RGB Variations
Color information
#8527AE (or 0x8527AE) is known color: Vivid Violet. HEX triplet: 85, 27 and AE. RGB value is (133,39,174). Sum of RGB (Red+Green+Blue) = 133+39+174=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 39 (15.62% from 255 or 11.27% from 346); Blue value is 174 (68.36% from 255 or 50.29% from 346); Max value from RGB is 174 - color contains mainly: blue. Hex color #8527AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8527AE is #7AD851. Grayscale: #525252. Windows color (decimal): -8050770 or 11413381. OLE color: 11413381.
HSL color Cylindrical-coordinate representation of color #8527AE: hue angle of 281.78º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8527AE is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 39 | 174 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.32 |
| HSL | 281.78º | 0.63% | 0.42% | - |
| HSV(B) | 281.78º | 0.78% | 0.68% | - |
| XYZ | 18.04 | 9.49 | 40.93 | - |
| YUV | 82.5 | 179.64 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 39 | 174 | 0.24 | 0.78 | 0 | 0.32 | 281.78 | 0.63 | 0.42 |
| Hex | 85 | 27 | AE | 18 | 4E | 0 | 20 | 11A | 3F | 2A |
| Octal | 205 | 47 | 256 | 30 | 116 | 0 | 40 | 432 | 77 | 52 |
| Binary | 10000101 | 100111 | 10101110 | 11000 | 1001110 | 0 | 100000 | 100011010 | 111111 | 101010 |
Color Harmonies of #8527AE
Complementary color
Monochromatic Colors of #8527AE
Black with #8527AE
Text Example
Text Example
White with #8527AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8527AE; }
p { color: rgb(133,39,174); }
H1.HeaderClassName
{
color: #8527AE;
}
.AnyTagClassName
{
color: #8527AE;
}
</style>
background-color css
<style>
a { background-color: #8527AE; }
a { background-color: rgb(133,39,174); }
div.DivClassName
{
background-color: #8527AE;
}
.BgClassName
{
background-color: #8527AE;
}
</style>
border-color css
<style>
span { border-color: #8527AE; }
span { border-color: rgb(133,39,174); }
td.TdClassName
{
border-color: #8527AE;
}
.TagClassName
{
border-color: #8527AE;
}
</style>