Shades of Vivid Violet #8228AF
Tints of Vivid Violet #8228AF
RGB
CMYK
RGB Variations
Color information
#8228AF (or 0x8228AF) is known color: Vivid Violet. HEX triplet: 82, 28 and AF. RGB value is (130,40,175). Sum of RGB (Red+Green+Blue) = 130+40+175=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #8228AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8228AF is #7DD750. Grayscale: #515151. Windows color (decimal): -8247121 or 11479170. OLE color: 11479170.
HSL color Cylindrical-coordinate representation of color #8228AF: hue angle of 280º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8228AF is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 40 | 175 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.31 |
| HSL | 280º | 0.63% | 0.42% | - |
| HSV(B) | 280º | 0.77% | 0.69% | - |
| XYZ | 17.7 | 9.36 | 41.43 | - |
| YUV | 82.3 | 180.32 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 40 | 175 | 0.26 | 0.77 | 0 | 0.31 | 280 | 0.63 | 0.42 |
| Hex | 82 | 28 | AF | 1A | 4D | 0 | 1F | 118 | 3F | 2A |
| Octal | 202 | 50 | 257 | 32 | 115 | 0 | 37 | 430 | 77 | 52 |
| Binary | 10000010 | 101000 | 10101111 | 11010 | 1001101 | 0 | 11111 | 100011000 | 111111 | 101010 |
Color Harmonies of #8228AF
Complementary color
Monochromatic Colors of #8228AF
Black with #8228AF
Text Example
Text Example
White with #8228AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8228AF; }
p { color: rgb(130,40,175); }
H1.HeaderClassName
{
color: #8228AF;
}
.AnyTagClassName
{
color: #8228AF;
}
</style>
background-color css
<style>
a { background-color: #8228AF; }
a { background-color: rgb(130,40,175); }
div.DivClassName
{
background-color: #8228AF;
}
.BgClassName
{
background-color: #8228AF;
}
</style>
border-color css
<style>
span { border-color: #8228AF; }
span { border-color: rgb(130,40,175); }
td.TdClassName
{
border-color: #8228AF;
}
.TagClassName
{
border-color: #8228AF;
}
</style>