Shades of Vivid Violet #8424AA
Tints of Vivid Violet #8424AA
RGB
CMYK
RGB Variations
Color information
#8424AA (or 0x8424AA) is known color: Vivid Violet. HEX triplet: 84, 24 and AA. RGB value is (132,36,170). Sum of RGB (Red+Green+Blue) = 132+36+170=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 36 (14.45% from 255 or 10.65% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #8424AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8424AA is #7BDB55. Grayscale: #4F4F4F. Windows color (decimal): -8117078 or 11150468. OLE color: 11150468.
HSL color Cylindrical-coordinate representation of color #8424AA: hue angle of 282.99º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8424AA is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 36 | 170 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.33 |
| HSL | 282.99º | 0.65% | 0.4% | - |
| HSV(B) | 282.99º | 0.79% | 0.67% | - |
| XYZ | 17.4 | 9.07 | 38.86 | - |
| YUV | 79.98 | 178.8 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 36 | 170 | 0.22 | 0.79 | 0 | 0.33 | 282.99 | 0.65 | 0.4 |
| Hex | 84 | 24 | AA | 16 | 4F | 0 | 21 | 11B | 41 | 28 |
| Octal | 204 | 44 | 252 | 26 | 117 | 0 | 41 | 433 | 101 | 50 |
| Binary | 10000100 | 100100 | 10101010 | 10110 | 1001111 | 0 | 100001 | 100011011 | 1000001 | 101000 |
Color Harmonies of #8424AA
Complementary color
Monochromatic Colors of #8424AA
Black with #8424AA
Text Example
Text Example
White with #8424AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8424AA; }
p { color: rgb(132,36,170); }
H1.HeaderClassName
{
color: #8424AA;
}
.AnyTagClassName
{
color: #8424AA;
}
</style>
background-color css
<style>
a { background-color: #8424AA; }
a { background-color: rgb(132,36,170); }
div.DivClassName
{
background-color: #8424AA;
}
.BgClassName
{
background-color: #8424AA;
}
</style>
border-color css
<style>
span { border-color: #8424AA; }
span { border-color: rgb(132,36,170); }
td.TdClassName
{
border-color: #8424AA;
}
.TagClassName
{
border-color: #8424AA;
}
</style>