Shades of Vivid Violet #8528AA
Tints of Vivid Violet #8528AA
RGB
CMYK
RGB Variations
Color information
#8528AA (or 0x8528AA) is known color: Vivid Violet. HEX triplet: 85, 28 and AA. RGB value is (133,40,170). Sum of RGB (Red+Green+Blue) = 133+40+170=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 40 (16.02% from 255 or 11.66% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #8528AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8528AA is #7AD755. Grayscale: #525252. Windows color (decimal): -8050518 or 11151493. OLE color: 11151493.
HSL color Cylindrical-coordinate representation of color #8528AA: hue angle of 282.92º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8528AA is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 40 | 170 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.33 |
| HSL | 282.92º | 0.62% | 0.41% | - |
| HSV(B) | 282.92º | 0.76% | 0.67% | - |
| XYZ | 17.69 | 9.41 | 38.91 | - |
| YUV | 82.63 | 177.31 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 40 | 170 | 0.22 | 0.76 | 0 | 0.33 | 282.92 | 0.62 | 0.41 |
| Hex | 85 | 28 | AA | 16 | 4C | 0 | 21 | 11B | 3E | 29 |
| Octal | 205 | 50 | 252 | 26 | 114 | 0 | 41 | 433 | 76 | 51 |
| Binary | 10000101 | 101000 | 10101010 | 10110 | 1001100 | 0 | 100001 | 100011011 | 111110 | 101001 |
Color Harmonies of #8528AA
Complementary color
Monochromatic Colors of #8528AA
Black with #8528AA
Text Example
Text Example
White with #8528AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8528AA; }
p { color: rgb(133,40,170); }
H1.HeaderClassName
{
color: #8528AA;
}
.AnyTagClassName
{
color: #8528AA;
}
</style>
background-color css
<style>
a { background-color: #8528AA; }
a { background-color: rgb(133,40,170); }
div.DivClassName
{
background-color: #8528AA;
}
.BgClassName
{
background-color: #8528AA;
}
</style>
border-color css
<style>
span { border-color: #8528AA; }
span { border-color: rgb(133,40,170); }
td.TdClassName
{
border-color: #8528AA;
}
.TagClassName
{
border-color: #8528AA;
}
</style>