Shades of Vivid Violet #8F2D8D
Tints of Vivid Violet #8F2D8D
RGB
CMYK
RGB Variations
Color information
#8F2D8D (or 0x8F2D8D) is known color: Vivid Violet. HEX triplet: 8F, 2D and 8D. RGB value is (143,45,141). Sum of RGB (Red+Green+Blue) = 143+45+141=329 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.47% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2D8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2D8D is #70D272. Grayscale: #545454. Windows color (decimal): -7393907 or 9252239. OLE color: 9252239.
HSL color Cylindrical-coordinate representation of color #8F2D8D: hue angle of 301.22º degrees, saturation: 0.52, 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 #8F2D8D is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 45 | 141 | - |
| CMYK | 0 | 0.69 | 0.01 | 0.44 |
| HSL | 301.22º | 0.52% | 0.37% | - |
| HSV(B) | 301.22º | 0.69% | 0.56% | - |
| XYZ | 17.07 | 9.64 | 26.16 | - |
| YUV | 85.25 | 159.47 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 45 | 141 | 0 | 0.69 | 0.01 | 0.44 | 301.22 | 0.52 | 0.37 |
| Hex | 8F | 2D | 8D | 0 | 45 | 1 | 2C | 12D | 34 | 25 |
| Octal | 217 | 55 | 215 | 0 | 105 | 1 | 54 | 455 | 64 | 45 |
| Binary | 10001111 | 101101 | 10001101 | 0 | 1000101 | 1 | 101100 | 100101101 | 110100 | 100101 |
Color Harmonies of #8F2D8D
Complementary color
Monochromatic Colors of #8F2D8D
Black with #8F2D8D
Text Example
Text Example
White with #8F2D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2D8D; }
p { color: rgb(143,45,141); }
H1.HeaderClassName
{
color: #8F2D8D;
}
.AnyTagClassName
{
color: #8F2D8D;
}
</style>
background-color css
<style>
a { background-color: #8F2D8D; }
a { background-color: rgb(143,45,141); }
div.DivClassName
{
background-color: #8F2D8D;
}
.BgClassName
{
background-color: #8F2D8D;
}
</style>
border-color css
<style>
span { border-color: #8F2D8D; }
span { border-color: rgb(143,45,141); }
td.TdClassName
{
border-color: #8F2D8D;
}
.TagClassName
{
border-color: #8F2D8D;
}
</style>