Shades of Vivid Violet #8528AC
Tints of Vivid Violet #8528AC
RGB
CMYK
RGB Variations
Color information
#8528AC (or 0x8528AC) is known color: Vivid Violet. HEX triplet: 85, 28 and AC. RGB value is (133,40,172). Sum of RGB (Red+Green+Blue) = 133+40+172=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #8528AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8528AC is #7AD753. Grayscale: #525252. Windows color (decimal): -8050516 or 11282565. OLE color: 11282565.
HSL color Cylindrical-coordinate representation of color #8528AC: hue angle of 282.27º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8528AC is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 40 | 172 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.33 |
| HSL | 282.27º | 0.62% | 0.42% | - |
| HSV(B) | 282.27º | 0.77% | 0.67% | - |
| XYZ | 17.88 | 9.48 | 39.92 | - |
| YUV | 82.86 | 178.31 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 40 | 172 | 0.23 | 0.77 | 0 | 0.33 | 282.27 | 0.62 | 0.42 |
| Hex | 85 | 28 | AC | 17 | 4D | 0 | 21 | 11A | 3E | 2A |
| Octal | 205 | 50 | 254 | 27 | 115 | 0 | 41 | 432 | 76 | 52 |
| Binary | 10000101 | 101000 | 10101100 | 10111 | 1001101 | 0 | 100001 | 100011010 | 111110 | 101010 |
Color Harmonies of #8528AC
Complementary color
Monochromatic Colors of #8528AC
Black with #8528AC
Text Example
Text Example
White with #8528AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8528AC; }
p { color: rgb(133,40,172); }
H1.HeaderClassName
{
color: #8528AC;
}
.AnyTagClassName
{
color: #8528AC;
}
</style>
background-color css
<style>
a { background-color: #8528AC; }
a { background-color: rgb(133,40,172); }
div.DivClassName
{
background-color: #8528AC;
}
.BgClassName
{
background-color: #8528AC;
}
</style>
border-color css
<style>
span { border-color: #8528AC; }
span { border-color: rgb(133,40,172); }
td.TdClassName
{
border-color: #8528AC;
}
.TagClassName
{
border-color: #8528AC;
}
</style>