Shades of Vivid Violet #8226AC
Tints of Vivid Violet #8226AC
RGB
CMYK
RGB Variations
Color information
#8226AC (or 0x8226AC) is known color: Vivid Violet. HEX triplet: 82, 26 and AC. RGB value is (130,38,172). Sum of RGB (Red+Green+Blue) = 130+38+172=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #8226AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8226AC is #7DD953. Grayscale: #505050. Windows color (decimal): -8247636 or 11282050. OLE color: 11282050.
HSL color Cylindrical-coordinate representation of color #8226AC: hue angle of 281.19º 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 #8226AC is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 38 | 172 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.33 |
| HSL | 281.19º | 0.64% | 0.41% | - |
| HSV(B) | 281.19º | 0.78% | 0.67% | - |
| XYZ | 17.35 | 9.11 | 39.87 | - |
| YUV | 80.78 | 179.48 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 38 | 172 | 0.24 | 0.78 | 0 | 0.33 | 281.19 | 0.64 | 0.41 |
| Hex | 82 | 26 | AC | 18 | 4E | 0 | 21 | 119 | 40 | 29 |
| Octal | 202 | 46 | 254 | 30 | 116 | 0 | 41 | 431 | 100 | 51 |
| Binary | 10000010 | 100110 | 10101100 | 11000 | 1001110 | 0 | 100001 | 100011001 | 1000000 | 101001 |
Color Harmonies of #8226AC
Complementary color
Monochromatic Colors of #8226AC
Black with #8226AC
Text Example
Text Example
White with #8226AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8226AC; }
p { color: rgb(130,38,172); }
H1.HeaderClassName
{
color: #8226AC;
}
.AnyTagClassName
{
color: #8226AC;
}
</style>
background-color css
<style>
a { background-color: #8226AC; }
a { background-color: rgb(130,38,172); }
div.DivClassName
{
background-color: #8226AC;
}
.BgClassName
{
background-color: #8226AC;
}
</style>
border-color css
<style>
span { border-color: #8226AC; }
span { border-color: rgb(130,38,172); }
td.TdClassName
{
border-color: #8226AC;
}
.TagClassName
{
border-color: #8226AC;
}
</style>