Shades of Vivid Violet #8527A4
Tints of Vivid Violet #8527A4
RGB
CMYK
RGB Variations
Color information
#8527A4 (or 0x8527A4) is known color: Vivid Violet. HEX triplet: 85, 27 and A4. RGB value is (133,39,164). Sum of RGB (Red+Green+Blue) = 133+39+164=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 39 (15.62% from 255 or 11.61% from 336); Blue value is 164 (64.45% from 255 or 48.81% from 336); Max value from RGB is 164 - color contains mainly: blue. Hex color #8527A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8527A4 is #7AD85B. Grayscale: #505050. Windows color (decimal): -8050780 or 10758021. OLE color: 10758021.
HSL color Cylindrical-coordinate representation of color #8527A4: hue angle of 285.12º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8527A4 is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 39 | 164 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.36 |
| HSL | 285.12º | 0.62% | 0.4% | - |
| HSV(B) | 285.12º | 0.76% | 0.64% | - |
| XYZ | 17.1 | 9.12 | 35.98 | - |
| YUV | 81.36 | 174.64 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 39 | 164 | 0.19 | 0.76 | 0 | 0.36 | 285.12 | 0.62 | 0.4 |
| Hex | 85 | 27 | A4 | 13 | 4C | 0 | 24 | 11D | 3E | 28 |
| Octal | 205 | 47 | 244 | 23 | 114 | 0 | 44 | 435 | 76 | 50 |
| Binary | 10000101 | 100111 | 10100100 | 10011 | 1001100 | 0 | 100100 | 100011101 | 111110 | 101000 |
Color Harmonies of #8527A4
Complementary color
Monochromatic Colors of #8527A4
Black with #8527A4
Text Example
Text Example
White with #8527A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8527A4; }
p { color: rgb(133,39,164); }
H1.HeaderClassName
{
color: #8527A4;
}
.AnyTagClassName
{
color: #8527A4;
}
</style>
background-color css
<style>
a { background-color: #8527A4; }
a { background-color: rgb(133,39,164); }
div.DivClassName
{
background-color: #8527A4;
}
.BgClassName
{
background-color: #8527A4;
}
</style>
border-color css
<style>
span { border-color: #8527A4; }
span { border-color: rgb(133,39,164); }
td.TdClassName
{
border-color: #8527A4;
}
.TagClassName
{
border-color: #8527A4;
}
</style>