Shades of Vivid Violet #8528AE
Tints of Vivid Violet #8528AE
RGB
CMYK
RGB Variations
Color information
#8528AE (or 0x8528AE) is known color: Vivid Violet. HEX triplet: 85, 28 and AE. RGB value is (133,40,174). Sum of RGB (Red+Green+Blue) = 133+40+174=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 40 (16.02% from 255 or 11.53% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #8528AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8528AE is #7AD751. Grayscale: #525252. Windows color (decimal): -8050514 or 11413637. OLE color: 11413637.
HSL color Cylindrical-coordinate representation of color #8528AE: hue angle of 281.64º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8528AE is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 40 | 174 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.32 |
| HSL | 281.64º | 0.63% | 0.42% | - |
| HSV(B) | 281.64º | 0.77% | 0.68% | - |
| XYZ | 18.07 | 9.56 | 40.94 | - |
| YUV | 83.08 | 179.31 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 40 | 174 | 0.24 | 0.77 | 0 | 0.32 | 281.64 | 0.63 | 0.42 |
| Hex | 85 | 28 | AE | 18 | 4D | 0 | 20 | 11A | 3F | 2A |
| Octal | 205 | 50 | 256 | 30 | 115 | 0 | 40 | 432 | 77 | 52 |
| Binary | 10000101 | 101000 | 10101110 | 11000 | 1001101 | 0 | 100000 | 100011010 | 111111 | 101010 |
Color Harmonies of #8528AE
Complementary color
Monochromatic Colors of #8528AE
Black with #8528AE
Text Example
Text Example
White with #8528AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8528AE; }
p { color: rgb(133,40,174); }
H1.HeaderClassName
{
color: #8528AE;
}
.AnyTagClassName
{
color: #8528AE;
}
</style>
background-color css
<style>
a { background-color: #8528AE; }
a { background-color: rgb(133,40,174); }
div.DivClassName
{
background-color: #8528AE;
}
.BgClassName
{
background-color: #8528AE;
}
</style>
border-color css
<style>
span { border-color: #8528AE; }
span { border-color: rgb(133,40,174); }
td.TdClassName
{
border-color: #8528AE;
}
.TagClassName
{
border-color: #8528AE;
}
</style>