Shades of Vivid Violet #8F219F
Tints of Vivid Violet #8F219F
RGB
CMYK
RGB Variations
Color information
#8F219F (or 0x8F219F) is known color: Vivid Violet. HEX triplet: 8F, 21 and 9F. RGB value is (143,33,159). Sum of RGB (Red+Green+Blue) = 143+33+159=335 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.69% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 159 (62.5% from 255 or 47.46% from 335); Max value from RGB is 159 - color contains mainly: blue. Hex color #8F219F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F219F is #70DE60. Grayscale: #4F4F4F. Windows color (decimal): -7396961 or 10428815. OLE color: 10428815.
HSL color Cylindrical-coordinate representation of color #8F219F: hue angle of 292.38º degrees, saturation: 0.66, 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 #8F219F is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 33 | 159 | - |
| CMYK | 0.10 | 0.79 | 0 | 0.38 |
| HSL | 292.38º | 0.66% | 0.38% | - |
| HSV(B) | 292.38º | 0.79% | 0.62% | - |
| XYZ | 18.13 | 9.43 | 33.67 | - |
| YUV | 80.25 | 172.44 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 33 | 159 | 0.10 | 0.79 | 0 | 0.38 | 292.38 | 0.66 | 0.38 |
| Hex | 8F | 21 | 9F | A | 4F | 0 | 26 | 124 | 42 | 26 |
| Octal | 217 | 41 | 237 | 12 | 117 | 0 | 46 | 444 | 102 | 46 |
| Binary | 10001111 | 100001 | 10011111 | 1010 | 1001111 | 0 | 100110 | 100100100 | 1000010 | 100110 |
Color Harmonies of #8F219F
Complementary color
Monochromatic Colors of #8F219F
Black with #8F219F
Text Example
Text Example
White with #8F219F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F219F; }
p { color: rgb(143,33,159); }
H1.HeaderClassName
{
color: #8F219F;
}
.AnyTagClassName
{
color: #8F219F;
}
</style>
background-color css
<style>
a { background-color: #8F219F; }
a { background-color: rgb(143,33,159); }
div.DivClassName
{
background-color: #8F219F;
}
.BgClassName
{
background-color: #8F219F;
}
</style>
border-color css
<style>
span { border-color: #8F219F; }
span { border-color: rgb(143,33,159); }
td.TdClassName
{
border-color: #8F219F;
}
.TagClassName
{
border-color: #8F219F;
}
</style>