Shades of Vivid Violet #8525A1
Tints of Vivid Violet #8525A1
RGB
CMYK
RGB Variations
Color information
#8525A1 (or 0x8525A1) is known color: Vivid Violet. HEX triplet: 85, 25 and A1. RGB value is (133,37,161). Sum of RGB (Red+Green+Blue) = 133+37+161=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 37 (14.84% from 255 or 11.18% from 331); Blue value is 161 (63.28% from 255 or 48.64% from 331); Max value from RGB is 161 - color contains mainly: blue. Hex color #8525A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8525A1 is #7ADA5E. Grayscale: #4F4F4F. Windows color (decimal): -8051295 or 10560901. OLE color: 10560901.
HSL color Cylindrical-coordinate representation of color #8525A1: hue angle of 286.45º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8525A1 is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 133 | 37 | 161 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.37 |
| HSL | 286.45º | 0.63% | 0.39% | - |
| HSV(B) | 286.45º | 0.77% | 0.63% | - |
| XYZ | 16.77 | 8.88 | 34.55 | - |
| YUV | 79.84 | 173.8 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 37 | 161 | 0.17 | 0.77 | 0 | 0.37 | 286.45 | 0.63 | 0.39 |
| Hex | 85 | 25 | A1 | 11 | 4D | 0 | 25 | 11E | 3F | 27 |
| Octal | 205 | 45 | 241 | 21 | 115 | 0 | 45 | 436 | 77 | 47 |
| Binary | 10000101 | 100101 | 10100001 | 10001 | 1001101 | 0 | 100101 | 100011110 | 111111 | 100111 |
Color Harmonies of #8525A1
Complementary color
Monochromatic Colors of #8525A1
Black with #8525A1
Text Example
Text Example
White with #8525A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8525A1; }
p { color: rgb(133,37,161); }
H1.HeaderClassName
{
color: #8525A1;
}
.AnyTagClassName
{
color: #8525A1;
}
</style>
background-color css
<style>
a { background-color: #8525A1; }
a { background-color: rgb(133,37,161); }
div.DivClassName
{
background-color: #8525A1;
}
.BgClassName
{
background-color: #8525A1;
}
</style>
border-color css
<style>
span { border-color: #8525A1; }
span { border-color: rgb(133,37,161); }
td.TdClassName
{
border-color: #8525A1;
}
.TagClassName
{
border-color: #8525A1;
}
</style>