Shades of Vivid Violet #8F2C95
Tints of Vivid Violet #8F2C95
RGB
CMYK
RGB Variations
Color information
#8F2C95 (or 0x8F2C95) is known color: Vivid Violet. HEX triplet: 8F, 2C and 95. RGB value is (143,44,149). Sum of RGB (Red+Green+Blue) = 143+44+149=336 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.56% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 149 - color contains mainly: blue. Hex color #8F2C95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2C95 is #70D36A. Grayscale: #555555. Windows color (decimal): -7394155 or 9776271. OLE color: 9776271.
HSL color Cylindrical-coordinate representation of color #8F2C95: hue angle of 296.57º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8F2C95 is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 44 | 149 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.42 |
| HSL | 296.57º | 0.54% | 0.38% | - |
| HSV(B) | 296.57º | 0.7% | 0.58% | - |
| XYZ | 17.65 | 9.81 | 29.4 | - |
| YUV | 85.57 | 163.8 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 44 | 149 | 0.04 | 0.70 | 0 | 0.42 | 296.57 | 0.54 | 0.38 |
| Hex | 8F | 2C | 95 | 4 | 46 | 0 | 2A | 129 | 36 | 26 |
| Octal | 217 | 54 | 225 | 4 | 106 | 0 | 52 | 451 | 66 | 46 |
| Binary | 10001111 | 101100 | 10010101 | 100 | 1000110 | 0 | 101010 | 100101001 | 110110 | 100110 |
Color Harmonies of #8F2C95
Complementary color
Monochromatic Colors of #8F2C95
Black with #8F2C95
Text Example
Text Example
White with #8F2C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2C95; }
p { color: rgb(143,44,149); }
H1.HeaderClassName
{
color: #8F2C95;
}
.AnyTagClassName
{
color: #8F2C95;
}
</style>
background-color css
<style>
a { background-color: #8F2C95; }
a { background-color: rgb(143,44,149); }
div.DivClassName
{
background-color: #8F2C95;
}
.BgClassName
{
background-color: #8F2C95;
}
</style>
border-color css
<style>
span { border-color: #8F2C95; }
span { border-color: rgb(143,44,149); }
td.TdClassName
{
border-color: #8F2C95;
}
.TagClassName
{
border-color: #8F2C95;
}
</style>