Shades of Vivid Violet #8F2C8D
Tints of Vivid Violet #8F2C8D
RGB
CMYK
RGB Variations
Color information
#8F2C8D (or 0x8F2C8D) is known color: Vivid Violet. HEX triplet: 8F, 2C and 8D. RGB value is (143,44,141). Sum of RGB (Red+Green+Blue) = 143+44+141=328 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.60% from 328); Green value is 44 (17.58% from 255 or 13.41% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2C8D is #70D372. Grayscale: #545454. Windows color (decimal): -7394163 or 9251983. OLE color: 9251983.
HSL color Cylindrical-coordinate representation of color #8F2C8D: hue angle of 301.21º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F2C8D is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 44 | 141 | - |
| CMYK | 0 | 0.69 | 0.01 | 0.44 |
| HSL | 301.21º | 0.53% | 0.37% | - |
| HSV(B) | 301.21º | 0.69% | 0.56% | - |
| XYZ | 17.04 | 9.56 | 26.15 | - |
| YUV | 84.66 | 159.8 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 44 | 141 | 0 | 0.69 | 0.01 | 0.44 | 301.21 | 0.53 | 0.37 |
| Hex | 8F | 2C | 8D | 0 | 45 | 1 | 2C | 12D | 35 | 25 |
| Octal | 217 | 54 | 215 | 0 | 105 | 1 | 54 | 455 | 65 | 45 |
| Binary | 10001111 | 101100 | 10001101 | 0 | 1000101 | 1 | 101100 | 100101101 | 110101 | 100101 |
Color Harmonies of #8F2C8D
Complementary color
Monochromatic Colors of #8F2C8D
Black with #8F2C8D
Text Example
Text Example
White with #8F2C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2C8D; }
p { color: rgb(143,44,141); }
H1.HeaderClassName
{
color: #8F2C8D;
}
.AnyTagClassName
{
color: #8F2C8D;
}
</style>
background-color css
<style>
a { background-color: #8F2C8D; }
a { background-color: rgb(143,44,141); }
div.DivClassName
{
background-color: #8F2C8D;
}
.BgClassName
{
background-color: #8F2C8D;
}
</style>
border-color css
<style>
span { border-color: #8F2C8D; }
span { border-color: rgb(143,44,141); }
td.TdClassName
{
border-color: #8F2C8D;
}
.TagClassName
{
border-color: #8F2C8D;
}
</style>