Shades of Vivid Violet #8F2195
Tints of Vivid Violet #8F2195
RGB
CMYK
RGB Variations
Color information
#8F2195 (or 0x8F2195) is known color: Vivid Violet. HEX triplet: 8F, 21 and 95. RGB value is (143,33,149). Sum of RGB (Red+Green+Blue) = 143+33+149=325 (43% of max value = 765). Red value is 143 (56.25% from 255 or 44% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 149 - color contains mainly: blue. Hex color #8F2195 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2195 is #70DE6A. Grayscale: #4E4E4E. Windows color (decimal): -7396971 or 9773455. OLE color: 9773455.
HSL color Cylindrical-coordinate representation of color #8F2195: hue angle of 296.9º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F2195 is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 33 | 149 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.42 |
| HSL | 296.9º | 0.64% | 0.36% | - |
| HSV(B) | 296.9º | 0.78% | 0.58% | - |
| XYZ | 17.3 | 9.1 | 29.28 | - |
| YUV | 79.11 | 167.44 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 33 | 149 | 0.04 | 0.78 | 0 | 0.42 | 296.9 | 0.64 | 0.36 |
| Hex | 8F | 21 | 95 | 4 | 4E | 0 | 2A | 129 | 40 | 24 |
| Octal | 217 | 41 | 225 | 4 | 116 | 0 | 52 | 451 | 100 | 44 |
| Binary | 10001111 | 100001 | 10010101 | 100 | 1001110 | 0 | 101010 | 100101001 | 1000000 | 100100 |
Color Harmonies of #8F2195
Complementary color
Monochromatic Colors of #8F2195
Black with #8F2195
Text Example
Text Example
White with #8F2195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2195; }
p { color: rgb(143,33,149); }
H1.HeaderClassName
{
color: #8F2195;
}
.AnyTagClassName
{
color: #8F2195;
}
</style>
background-color css
<style>
a { background-color: #8F2195; }
a { background-color: rgb(143,33,149); }
div.DivClassName
{
background-color: #8F2195;
}
.BgClassName
{
background-color: #8F2195;
}
</style>
border-color css
<style>
span { border-color: #8F2195; }
span { border-color: rgb(143,33,149); }
td.TdClassName
{
border-color: #8F2195;
}
.TagClassName
{
border-color: #8F2195;
}
</style>