Shades of Vivid Violet #8F22A1
Tints of Vivid Violet #8F22A1
RGB
CMYK
RGB Variations
Color information
#8F22A1 (or 0x8F22A1) is known color: Vivid Violet. HEX triplet: 8F, 22 and A1. RGB value is (143,34,161). Sum of RGB (Red+Green+Blue) = 143+34+161=338 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.31% from 338); Green value is 34 (13.67% from 255 or 10.06% from 338); Blue value is 161 (63.28% from 255 or 47.63% from 338); Max value from RGB is 161 - color contains mainly: blue. Hex color #8F22A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F22A1 is #70DD5E. Grayscale: #505050. Windows color (decimal): -7396703 or 10560143. OLE color: 10560143.
HSL color Cylindrical-coordinate representation of color #8F22A1: hue angle of 291.5º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8F22A1 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 143 | 34 | 161 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.37 |
| HSL | 291.5º | 0.65% | 0.38% | - |
| HSV(B) | 291.5º | 0.79% | 0.63% | - |
| XYZ | 18.33 | 9.56 | 34.6 | - |
| YUV | 81.07 | 173.11 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 34 | 161 | 0.11 | 0.79 | 0 | 0.37 | 291.5 | 0.65 | 0.38 |
| Hex | 8F | 22 | A1 | B | 4F | 0 | 25 | 123 | 41 | 26 |
| Octal | 217 | 42 | 241 | 13 | 117 | 0 | 45 | 443 | 101 | 46 |
| Binary | 10001111 | 100010 | 10100001 | 1011 | 1001111 | 0 | 100101 | 100100011 | 1000001 | 100110 |
Color Harmonies of #8F22A1
Complementary color
Monochromatic Colors of #8F22A1
Black with #8F22A1
Text Example
Text Example
White with #8F22A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F22A1; }
p { color: rgb(143,34,161); }
H1.HeaderClassName
{
color: #8F22A1;
}
.AnyTagClassName
{
color: #8F22A1;
}
</style>
background-color css
<style>
a { background-color: #8F22A1; }
a { background-color: rgb(143,34,161); }
div.DivClassName
{
background-color: #8F22A1;
}
.BgClassName
{
background-color: #8F22A1;
}
</style>
border-color css
<style>
span { border-color: #8F22A1; }
span { border-color: rgb(143,34,161); }
td.TdClassName
{
border-color: #8F22A1;
}
.TagClassName
{
border-color: #8F22A1;
}
</style>