Shades of Vivid Violet #8226AD
Tints of Vivid Violet #8226AD
RGB
CMYK
RGB Variations
Color information
#8226AD (or 0x8226AD) is known color: Vivid Violet. HEX triplet: 82, 26 and AD. RGB value is (130,38,173). Sum of RGB (Red+Green+Blue) = 130+38+173=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #8226AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8226AD is #7DD952. Grayscale: #505050. Windows color (decimal): -8247635 or 11347586. OLE color: 11347586.
HSL color Cylindrical-coordinate representation of color #8226AD: hue angle of 280.89º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8226AD is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 38 | 173 | - |
| CMYK | 0.25 | 0.78 | 0 | 0.32 |
| HSL | 280.89º | 0.64% | 0.41% | - |
| HSV(B) | 280.89º | 0.78% | 0.68% | - |
| XYZ | 17.44 | 9.15 | 40.38 | - |
| YUV | 80.9 | 179.98 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 38 | 173 | 0.25 | 0.78 | 0 | 0.32 | 280.89 | 0.64 | 0.41 |
| Hex | 82 | 26 | AD | 19 | 4E | 0 | 20 | 119 | 40 | 29 |
| Octal | 202 | 46 | 255 | 31 | 116 | 0 | 40 | 431 | 100 | 51 |
| Binary | 10000010 | 100110 | 10101101 | 11001 | 1001110 | 0 | 100000 | 100011001 | 1000000 | 101001 |
Color Harmonies of #8226AD
Complementary color
Monochromatic Colors of #8226AD
Black with #8226AD
Text Example
Text Example
White with #8226AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8226AD; }
p { color: rgb(130,38,173); }
H1.HeaderClassName
{
color: #8226AD;
}
.AnyTagClassName
{
color: #8226AD;
}
</style>
background-color css
<style>
a { background-color: #8226AD; }
a { background-color: rgb(130,38,173); }
div.DivClassName
{
background-color: #8226AD;
}
.BgClassName
{
background-color: #8226AD;
}
</style>
border-color css
<style>
span { border-color: #8226AD; }
span { border-color: rgb(130,38,173); }
td.TdClassName
{
border-color: #8226AD;
}
.TagClassName
{
border-color: #8226AD;
}
</style>