Shades of Vivid Violet #8227A6
Tints of Vivid Violet #8227A6
RGB
CMYK
RGB Variations
Color information
#8227A6 (or 0x8227A6) is known color: Vivid Violet. HEX triplet: 82, 27 and A6. RGB value is (130,39,166). Sum of RGB (Red+Green+Blue) = 130+39+166=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 39 (15.62% from 255 or 11.64% from 335); Blue value is 166 (65.23% from 255 or 49.55% from 335); Max value from RGB is 166 - color contains mainly: blue. Hex color #8227A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8227A6 is #7DD859. Grayscale: #505050. Windows color (decimal): -8247386 or 10889090. OLE color: 10889090.
HSL color Cylindrical-coordinate representation of color #8227A6: hue angle of 282.99º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8227A6 is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 130 | 39 | 166 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.35 |
| HSL | 282.99º | 0.62% | 0.4% | - |
| HSV(B) | 282.99º | 0.77% | 0.65% | - |
| XYZ | 16.81 | 8.95 | 36.92 | - |
| YUV | 80.69 | 176.15 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 39 | 166 | 0.22 | 0.77 | 0 | 0.35 | 282.99 | 0.62 | 0.4 |
| Hex | 82 | 27 | A6 | 16 | 4D | 0 | 23 | 11B | 3E | 28 |
| Octal | 202 | 47 | 246 | 26 | 115 | 0 | 43 | 433 | 76 | 50 |
| Binary | 10000010 | 100111 | 10100110 | 10110 | 1001101 | 0 | 100011 | 100011011 | 111110 | 101000 |
Color Harmonies of #8227A6
Complementary color
Monochromatic Colors of #8227A6
Black with #8227A6
Text Example
Text Example
White with #8227A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8227A6; }
p { color: rgb(130,39,166); }
H1.HeaderClassName
{
color: #8227A6;
}
.AnyTagClassName
{
color: #8227A6;
}
</style>
background-color css
<style>
a { background-color: #8227A6; }
a { background-color: rgb(130,39,166); }
div.DivClassName
{
background-color: #8227A6;
}
.BgClassName
{
background-color: #8227A6;
}
</style>
border-color css
<style>
span { border-color: #8227A6; }
span { border-color: rgb(130,39,166); }
td.TdClassName
{
border-color: #8227A6;
}
.TagClassName
{
border-color: #8227A6;
}
</style>