Shades of Vivid Violet #8F219D
Tints of Vivid Violet #8F219D
RGB
CMYK
RGB Variations
Color information
#8F219D (or 0x8F219D) is known color: Vivid Violet. HEX triplet: 8F, 21 and 9D. RGB value is (143,33,157). Sum of RGB (Red+Green+Blue) = 143+33+157=333 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.94% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F219D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F219D is #70DE62. Grayscale: #4F4F4F. Windows color (decimal): -7396963 or 10297743. OLE color: 10297743.
HSL color Cylindrical-coordinate representation of color #8F219D: hue angle of 293.23º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8F219D is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 33 | 157 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.38 |
| HSL | 293.23º | 0.65% | 0.37% | - |
| HSV(B) | 293.23º | 0.79% | 0.62% | - |
| XYZ | 17.96 | 9.36 | 32.76 | - |
| YUV | 80.03 | 171.44 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 33 | 157 | 0.09 | 0.79 | 0 | 0.38 | 293.23 | 0.65 | 0.37 |
| Hex | 8F | 21 | 9D | 9 | 4F | 0 | 26 | 125 | 41 | 25 |
| Octal | 217 | 41 | 235 | 11 | 117 | 0 | 46 | 445 | 101 | 45 |
| Binary | 10001111 | 100001 | 10011101 | 1001 | 1001111 | 0 | 100110 | 100100101 | 1000001 | 100101 |
Color Harmonies of #8F219D
Complementary color
Monochromatic Colors of #8F219D
Black with #8F219D
Text Example
Text Example
White with #8F219D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F219D; }
p { color: rgb(143,33,157); }
H1.HeaderClassName
{
color: #8F219D;
}
.AnyTagClassName
{
color: #8F219D;
}
</style>
background-color css
<style>
a { background-color: #8F219D; }
a { background-color: rgb(143,33,157); }
div.DivClassName
{
background-color: #8F219D;
}
.BgClassName
{
background-color: #8F219D;
}
</style>
border-color css
<style>
span { border-color: #8F219D; }
span { border-color: rgb(143,33,157); }
td.TdClassName
{
border-color: #8F219D;
}
.TagClassName
{
border-color: #8F219D;
}
</style>