Shades of Vivid Violet #8224A4
Tints of Vivid Violet #8224A4
RGB
CMYK
RGB Variations
Color information
#8224A4 (or 0x8224A4) is known color: Vivid Violet. HEX triplet: 82, 24 and A4. RGB value is (130,36,164). Sum of RGB (Red+Green+Blue) = 130+36+164=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 36 (14.45% from 255 or 10.91% from 330); Blue value is 164 (64.45% from 255 or 49.70% from 330); Max value from RGB is 164 - color contains mainly: blue. Hex color #8224A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8224A4 is #7DDB5B. Grayscale: #4E4E4E. Windows color (decimal): -8248156 or 10757250. OLE color: 10757250.
HSL color Cylindrical-coordinate representation of color #8224A4: hue angle of 284.06º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8224A4 is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 130 | 36 | 164 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.36 |
| HSL | 284.06º | 0.64% | 0.39% | - |
| HSV(B) | 284.06º | 0.78% | 0.64% | - |
| XYZ | 16.54 | 8.69 | 35.93 | - |
| YUV | 78.7 | 176.14 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 36 | 164 | 0.21 | 0.78 | 0 | 0.36 | 284.06 | 0.64 | 0.39 |
| Hex | 82 | 24 | A4 | 15 | 4E | 0 | 24 | 11C | 40 | 27 |
| Octal | 202 | 44 | 244 | 25 | 116 | 0 | 44 | 434 | 100 | 47 |
| Binary | 10000010 | 100100 | 10100100 | 10101 | 1001110 | 0 | 100100 | 100011100 | 1000000 | 100111 |
Color Harmonies of #8224A4
Complementary color
Monochromatic Colors of #8224A4
Black with #8224A4
Text Example
Text Example
White with #8224A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8224A4; }
p { color: rgb(130,36,164); }
H1.HeaderClassName
{
color: #8224A4;
}
.AnyTagClassName
{
color: #8224A4;
}
</style>
background-color css
<style>
a { background-color: #8224A4; }
a { background-color: rgb(130,36,164); }
div.DivClassName
{
background-color: #8224A4;
}
.BgClassName
{
background-color: #8224A4;
}
</style>
border-color css
<style>
span { border-color: #8224A4; }
span { border-color: rgb(130,36,164); }
td.TdClassName
{
border-color: #8224A4;
}
.TagClassName
{
border-color: #8224A4;
}
</style>