Shades of Vivid Violet #8524A6
Tints of Vivid Violet #8524A6
RGB
CMYK
RGB Variations
Color information
#8524A6 (or 0x8524A6) is known color: Vivid Violet. HEX triplet: 85, 24 and A6. RGB value is (133,36,166). Sum of RGB (Red+Green+Blue) = 133+36+166=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 166 (65.23% from 255 or 49.55% from 335); Max value from RGB is 166 - color contains mainly: blue. Hex color #8524A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8524A6 is #7ADB59. Grayscale: #4F4F4F. Windows color (decimal): -8051546 or 10888325. OLE color: 10888325.
HSL color Cylindrical-coordinate representation of color #8524A6: hue angle of 284.77º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8524A6 is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 133 | 36 | 166 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.35 |
| HSL | 284.77º | 0.64% | 0.4% | - |
| HSV(B) | 284.77º | 0.78% | 0.65% | - |
| XYZ | 17.19 | 9 | 36.91 | - |
| YUV | 79.82 | 176.64 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 36 | 166 | 0.20 | 0.78 | 0 | 0.35 | 284.77 | 0.64 | 0.4 |
| Hex | 85 | 24 | A6 | 14 | 4E | 0 | 23 | 11D | 40 | 28 |
| Octal | 205 | 44 | 246 | 24 | 116 | 0 | 43 | 435 | 100 | 50 |
| Binary | 10000101 | 100100 | 10100110 | 10100 | 1001110 | 0 | 100011 | 100011101 | 1000000 | 101000 |
Color Harmonies of #8524A6
Complementary color
Monochromatic Colors of #8524A6
Black with #8524A6
Text Example
Text Example
White with #8524A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8524A6; }
p { color: rgb(133,36,166); }
H1.HeaderClassName
{
color: #8524A6;
}
.AnyTagClassName
{
color: #8524A6;
}
</style>
background-color css
<style>
a { background-color: #8524A6; }
a { background-color: rgb(133,36,166); }
div.DivClassName
{
background-color: #8524A6;
}
.BgClassName
{
background-color: #8524A6;
}
</style>
border-color css
<style>
span { border-color: #8524A6; }
span { border-color: rgb(133,36,166); }
td.TdClassName
{
border-color: #8524A6;
}
.TagClassName
{
border-color: #8524A6;
}
</style>