Shades of Vivid Violet #8824A1
Tints of Vivid Violet #8824A1
RGB
CMYK
RGB Variations
Color information
#8824A1 (or 0x8824A1) is known color: Vivid Violet. HEX triplet: 88, 24 and A1. RGB value is (136,36,161). Sum of RGB (Red+Green+Blue) = 136+36+161=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 161 (63.28% from 255 or 48.35% from 333); Max value from RGB is 161 - color contains mainly: blue. Hex color #8824A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8824A1 is #77DB5E. Grayscale: #4F4F4F. Windows color (decimal): -7854943 or 10560648. OLE color: 10560648.
HSL color Cylindrical-coordinate representation of color #8824A1: hue angle of 288º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8824A1 is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 136 | 36 | 161 | - |
| CMYK | 0.16 | 0.78 | 0 | 0.37 |
| HSL | 288º | 0.63% | 0.39% | - |
| HSV(B) | 288º | 0.78% | 0.63% | - |
| XYZ | 17.22 | 9.07 | 34.56 | - |
| YUV | 80.15 | 173.63 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 36 | 161 | 0.16 | 0.78 | 0 | 0.37 | 288 | 0.63 | 0.39 |
| Hex | 88 | 24 | A1 | 10 | 4E | 0 | 25 | 120 | 3F | 27 |
| Octal | 210 | 44 | 241 | 20 | 116 | 0 | 45 | 440 | 77 | 47 |
| Binary | 10001000 | 100100 | 10100001 | 10000 | 1001110 | 0 | 100101 | 100100000 | 111111 | 100111 |
Color Harmonies of #8824A1
Complementary color
Monochromatic Colors of #8824A1
Black with #8824A1
Text Example
Text Example
White with #8824A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8824A1; }
p { color: rgb(136,36,161); }
H1.HeaderClassName
{
color: #8824A1;
}
.AnyTagClassName
{
color: #8824A1;
}
</style>
background-color css
<style>
a { background-color: #8824A1; }
a { background-color: rgb(136,36,161); }
div.DivClassName
{
background-color: #8824A1;
}
.BgClassName
{
background-color: #8824A1;
}
</style>
border-color css
<style>
span { border-color: #8824A1; }
span { border-color: rgb(136,36,161); }
td.TdClassName
{
border-color: #8824A1;
}
.TagClassName
{
border-color: #8824A1;
}
</style>