Shades of Vivid Violet #8227AE
Tints of Vivid Violet #8227AE
RGB
CMYK
RGB Variations
Color information
#8227AE (or 0x8227AE) is known color: Vivid Violet. HEX triplet: 82, 27 and AE. RGB value is (130,39,174). Sum of RGB (Red+Green+Blue) = 130+39+174=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 39 (15.62% from 255 or 11.37% from 343); Blue value is 174 (68.36% from 255 or 50.73% from 343); Max value from RGB is 174 - color contains mainly: blue. Hex color #8227AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8227AE is #7DD851. Grayscale: #515151. Windows color (decimal): -8247378 or 11413378. OLE color: 11413378.
HSL color Cylindrical-coordinate representation of color #8227AE: hue angle of 280.44º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8227AE is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 39 | 174 | - |
| CMYK | 0.25 | 0.78 | 0 | 0.32 |
| HSL | 280.44º | 0.63% | 0.42% | - |
| HSV(B) | 280.44º | 0.78% | 0.68% | - |
| XYZ | 17.57 | 9.25 | 40.9 | - |
| YUV | 81.6 | 180.15 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 39 | 174 | 0.25 | 0.78 | 0 | 0.32 | 280.44 | 0.63 | 0.42 |
| Hex | 82 | 27 | AE | 19 | 4E | 0 | 20 | 118 | 3F | 2A |
| Octal | 202 | 47 | 256 | 31 | 116 | 0 | 40 | 430 | 77 | 52 |
| Binary | 10000010 | 100111 | 10101110 | 11001 | 1001110 | 0 | 100000 | 100011000 | 111111 | 101010 |
Color Harmonies of #8227AE
Complementary color
Monochromatic Colors of #8227AE
Black with #8227AE
Text Example
Text Example
White with #8227AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8227AE; }
p { color: rgb(130,39,174); }
H1.HeaderClassName
{
color: #8227AE;
}
.AnyTagClassName
{
color: #8227AE;
}
</style>
background-color css
<style>
a { background-color: #8227AE; }
a { background-color: rgb(130,39,174); }
div.DivClassName
{
background-color: #8227AE;
}
.BgClassName
{
background-color: #8227AE;
}
</style>
border-color css
<style>
span { border-color: #8227AE; }
span { border-color: rgb(130,39,174); }
td.TdClassName
{
border-color: #8227AE;
}
.TagClassName
{
border-color: #8227AE;
}
</style>