Shades of Vivid Violet #8F229F
Tints of Vivid Violet #8F229F
RGB
CMYK
RGB Variations
Color information
#8F229F (or 0x8F229F) is known color: Vivid Violet. HEX triplet: 8F, 22 and 9F. RGB value is (143,34,159). Sum of RGB (Red+Green+Blue) = 143+34+159=336 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.56% from 336); Green value is 34 (13.67% from 255 or 10.12% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 159 - color contains mainly: blue. Hex color #8F229F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F229F is #70DD60. Grayscale: #505050. Windows color (decimal): -7396705 or 10429071. OLE color: 10429071.
HSL color Cylindrical-coordinate representation of color #8F229F: hue angle of 292.32º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8F229F is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 34 | 159 | - |
| CMYK | 0.10 | 0.79 | 0 | 0.38 |
| HSL | 292.32º | 0.65% | 0.38% | - |
| HSV(B) | 292.32º | 0.79% | 0.62% | - |
| XYZ | 18.16 | 9.49 | 33.68 | - |
| YUV | 80.84 | 172.11 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 34 | 159 | 0.10 | 0.79 | 0 | 0.38 | 292.32 | 0.65 | 0.38 |
| Hex | 8F | 22 | 9F | A | 4F | 0 | 26 | 124 | 41 | 26 |
| Octal | 217 | 42 | 237 | 12 | 117 | 0 | 46 | 444 | 101 | 46 |
| Binary | 10001111 | 100010 | 10011111 | 1010 | 1001111 | 0 | 100110 | 100100100 | 1000001 | 100110 |
Color Harmonies of #8F229F
Complementary color
Monochromatic Colors of #8F229F
Black with #8F229F
Text Example
Text Example
White with #8F229F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F229F; }
p { color: rgb(143,34,159); }
H1.HeaderClassName
{
color: #8F229F;
}
.AnyTagClassName
{
color: #8F229F;
}
</style>
background-color css
<style>
a { background-color: #8F229F; }
a { background-color: rgb(143,34,159); }
div.DivClassName
{
background-color: #8F229F;
}
.BgClassName
{
background-color: #8F229F;
}
</style>
border-color css
<style>
span { border-color: #8F229F; }
span { border-color: rgb(143,34,159); }
td.TdClassName
{
border-color: #8F229F;
}
.TagClassName
{
border-color: #8F229F;
}
</style>