Shades of Vivid Violet #8224AA
Tints of Vivid Violet #8224AA
RGB
CMYK
RGB Variations
Color information
#8224AA (or 0x8224AA) is known color: Vivid Violet. HEX triplet: 82, 24 and AA. RGB value is (130,36,170). Sum of RGB (Red+Green+Blue) = 130+36+170=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #8224AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8224AA is #7DDB55. Grayscale: #4E4E4E. Windows color (decimal): -8248150 or 11150466. OLE color: 11150466.
HSL color Cylindrical-coordinate representation of color #8224AA: hue angle of 282.09º 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 #8224AA is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 36 | 170 | - |
| CMYK | 0.24 | 0.79 | 0 | 0.33 |
| HSL | 282.09º | 0.65% | 0.4% | - |
| HSV(B) | 282.09º | 0.79% | 0.67% | - |
| XYZ | 17.09 | 8.91 | 38.85 | - |
| YUV | 79.38 | 179.14 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 36 | 170 | 0.24 | 0.79 | 0 | 0.33 | 282.09 | 0.65 | 0.4 |
| Hex | 82 | 24 | AA | 18 | 4F | 0 | 21 | 11A | 41 | 28 |
| Octal | 202 | 44 | 252 | 30 | 117 | 0 | 41 | 432 | 101 | 50 |
| Binary | 10000010 | 100100 | 10101010 | 11000 | 1001111 | 0 | 100001 | 100011010 | 1000001 | 101000 |
Color Harmonies of #8224AA
Complementary color
Monochromatic Colors of #8224AA
Black with #8224AA
Text Example
Text Example
White with #8224AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8224AA; }
p { color: rgb(130,36,170); }
H1.HeaderClassName
{
color: #8224AA;
}
.AnyTagClassName
{
color: #8224AA;
}
</style>
background-color css
<style>
a { background-color: #8224AA; }
a { background-color: rgb(130,36,170); }
div.DivClassName
{
background-color: #8224AA;
}
.BgClassName
{
background-color: #8224AA;
}
</style>
border-color css
<style>
span { border-color: #8224AA; }
span { border-color: rgb(130,36,170); }
td.TdClassName
{
border-color: #8224AA;
}
.TagClassName
{
border-color: #8224AA;
}
</style>