Shades of Vivid Violet #8F2D95
Tints of Vivid Violet #8F2D95
RGB
CMYK
RGB Variations
Color information
#8F2D95 (or 0x8F2D95) is known color: Vivid Violet. HEX triplet: 8F, 2D and 95. RGB value is (143,45,149). Sum of RGB (Red+Green+Blue) = 143+45+149=337 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.43% from 337); Green value is 45 (17.97% from 255 or 13.35% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 149 - color contains mainly: blue. Hex color #8F2D95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2D95 is #70D26A. Grayscale: #555555. Windows color (decimal): -7393899 or 9776527. OLE color: 9776527.
HSL color Cylindrical-coordinate representation of color #8F2D95: hue angle of 296.54º 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 #8F2D95 is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 45 | 149 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.42 |
| HSL | 296.54º | 0.54% | 0.38% | - |
| HSV(B) | 296.54º | 0.7% | 0.58% | - |
| XYZ | 17.69 | 9.89 | 29.41 | - |
| YUV | 86.16 | 163.47 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 45 | 149 | 0.04 | 0.70 | 0 | 0.42 | 296.54 | 0.54 | 0.38 |
| Hex | 8F | 2D | 95 | 4 | 46 | 0 | 2A | 129 | 36 | 26 |
| Octal | 217 | 55 | 225 | 4 | 106 | 0 | 52 | 451 | 66 | 46 |
| Binary | 10001111 | 101101 | 10010101 | 100 | 1000110 | 0 | 101010 | 100101001 | 110110 | 100110 |
Color Harmonies of #8F2D95
Complementary color
Monochromatic Colors of #8F2D95
Black with #8F2D95
Text Example
Text Example
White with #8F2D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2D95; }
p { color: rgb(143,45,149); }
H1.HeaderClassName
{
color: #8F2D95;
}
.AnyTagClassName
{
color: #8F2D95;
}
</style>
background-color css
<style>
a { background-color: #8F2D95; }
a { background-color: rgb(143,45,149); }
div.DivClassName
{
background-color: #8F2D95;
}
.BgClassName
{
background-color: #8F2D95;
}
</style>
border-color css
<style>
span { border-color: #8F2D95; }
span { border-color: rgb(143,45,149); }
td.TdClassName
{
border-color: #8F2D95;
}
.TagClassName
{
border-color: #8F2D95;
}
</style>