Shades of Vivid Violet #8732A1
Tints of Vivid Violet #8732A1
RGB
CMYK
RGB Variations
Color information
#8732A1 (or 0x8732A1) is known color: Vivid Violet. HEX triplet: 87, 32 and A1. RGB value is (135,50,161). Sum of RGB (Red+Green+Blue) = 135+50+161=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 161 (63.28% from 255 or 46.53% from 346); Max value from RGB is 161 - color contains mainly: blue. Hex color #8732A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8732A1 is #78CD5E. Grayscale: #575757. Windows color (decimal): -7916895 or 10564231. OLE color: 10564231.
HSL color Cylindrical-coordinate representation of color #8732A1: hue angle of 285.95º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8732A1 is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 135 | 50 | 161 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.37 |
| HSL | 285.95º | 0.53% | 0.41% | - |
| HSV(B) | 285.95º | 0.69% | 0.63% | - |
| XYZ | 17.57 | 10.01 | 34.72 | - |
| YUV | 88.07 | 169.16 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 50 | 161 | 0.16 | 0.69 | 0 | 0.37 | 285.95 | 0.53 | 0.41 |
| Hex | 87 | 32 | A1 | 10 | 45 | 0 | 25 | 11E | 35 | 29 |
| Octal | 207 | 62 | 241 | 20 | 105 | 0 | 45 | 436 | 65 | 51 |
| Binary | 10000111 | 110010 | 10100001 | 10000 | 1000101 | 0 | 100101 | 100011110 | 110101 | 101001 |
Color Harmonies of #8732A1
Complementary color
Monochromatic Colors of #8732A1
Black with #8732A1
Text Example
Text Example
White with #8732A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8732A1; }
p { color: rgb(135,50,161); }
H1.HeaderClassName
{
color: #8732A1;
}
.AnyTagClassName
{
color: #8732A1;
}
</style>
background-color css
<style>
a { background-color: #8732A1; }
a { background-color: rgb(135,50,161); }
div.DivClassName
{
background-color: #8732A1;
}
.BgClassName
{
background-color: #8732A1;
}
</style>
border-color css
<style>
span { border-color: #8732A1; }
span { border-color: rgb(135,50,161); }
td.TdClassName
{
border-color: #8732A1;
}
.TagClassName
{
border-color: #8732A1;
}
</style>