Shades of Vivid Violet #8225AB
Tints of Vivid Violet #8225AB
RGB
CMYK
RGB Variations
Color information
#8225AB (or 0x8225AB) is known color: Vivid Violet. HEX triplet: 82, 25 and AB. RGB value is (130,37,171). Sum of RGB (Red+Green+Blue) = 130+37+171=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #8225AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8225AB is #7DDA54. Grayscale: #4F4F4F. Windows color (decimal): -8247893 or 11216258. OLE color: 11216258.
HSL color Cylindrical-coordinate representation of color #8225AB: hue angle of 281.64º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8225AB is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 37 | 171 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.33 |
| HSL | 281.64º | 0.64% | 0.41% | - |
| HSV(B) | 281.64º | 0.78% | 0.67% | - |
| XYZ | 17.22 | 9.01 | 39.36 | - |
| YUV | 80.08 | 179.31 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 37 | 171 | 0.24 | 0.78 | 0 | 0.33 | 281.64 | 0.64 | 0.41 |
| Hex | 82 | 25 | AB | 18 | 4E | 0 | 21 | 11A | 40 | 29 |
| Octal | 202 | 45 | 253 | 30 | 116 | 0 | 41 | 432 | 100 | 51 |
| Binary | 10000010 | 100101 | 10101011 | 11000 | 1001110 | 0 | 100001 | 100011010 | 1000000 | 101001 |
Color Harmonies of #8225AB
Complementary color
Monochromatic Colors of #8225AB
Black with #8225AB
Text Example
Text Example
White with #8225AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8225AB; }
p { color: rgb(130,37,171); }
H1.HeaderClassName
{
color: #8225AB;
}
.AnyTagClassName
{
color: #8225AB;
}
</style>
background-color css
<style>
a { background-color: #8225AB; }
a { background-color: rgb(130,37,171); }
div.DivClassName
{
background-color: #8225AB;
}
.BgClassName
{
background-color: #8225AB;
}
</style>
border-color css
<style>
span { border-color: #8225AB; }
span { border-color: rgb(130,37,171); }
td.TdClassName
{
border-color: #8225AB;
}
.TagClassName
{
border-color: #8225AB;
}
</style>