Shades of Vivid Violet #8228A8
Tints of Vivid Violet #8228A8
RGB
CMYK
RGB Variations
Color information
#8228A8 (or 0x8228A8) is known color: Vivid Violet. HEX triplet: 82, 28 and A8. RGB value is (130,40,168). Sum of RGB (Red+Green+Blue) = 130+40+168=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 40 (16.02% from 255 or 11.83% from 338); Blue value is 168 (66.02% from 255 or 49.70% from 338); Max value from RGB is 168 - color contains mainly: blue. Hex color #8228A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8228A8 is #7DD757. Grayscale: #515151. Windows color (decimal): -8247128 or 11020418. OLE color: 11020418.
HSL color Cylindrical-coordinate representation of color #8228A8: hue angle of 282.19º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8228A8 is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 130 | 40 | 168 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.34 |
| HSL | 282.19º | 0.62% | 0.41% | - |
| HSV(B) | 282.19º | 0.76% | 0.66% | - |
| XYZ | 17.03 | 9.09 | 37.9 | - |
| YUV | 81.5 | 176.82 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 40 | 168 | 0.23 | 0.76 | 0 | 0.34 | 282.19 | 0.62 | 0.41 |
| Hex | 82 | 28 | A8 | 17 | 4C | 0 | 22 | 11A | 3E | 29 |
| Octal | 202 | 50 | 250 | 27 | 114 | 0 | 42 | 432 | 76 | 51 |
| Binary | 10000010 | 101000 | 10101000 | 10111 | 1001100 | 0 | 100010 | 100011010 | 111110 | 101001 |
Color Harmonies of #8228A8
Complementary color
Monochromatic Colors of #8228A8
Black with #8228A8
Text Example
Text Example
White with #8228A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8228A8; }
p { color: rgb(130,40,168); }
H1.HeaderClassName
{
color: #8228A8;
}
.AnyTagClassName
{
color: #8228A8;
}
</style>
background-color css
<style>
a { background-color: #8228A8; }
a { background-color: rgb(130,40,168); }
div.DivClassName
{
background-color: #8228A8;
}
.BgClassName
{
background-color: #8228A8;
}
</style>
border-color css
<style>
span { border-color: #8228A8; }
span { border-color: rgb(130,40,168); }
td.TdClassName
{
border-color: #8228A8;
}
.TagClassName
{
border-color: #8228A8;
}
</style>