Shades of Vivid Violet #8F328D
Tints of Vivid Violet #8F328D
RGB
CMYK
RGB Variations
Color information
#8F328D (or 0x8F328D) is known color: Vivid Violet. HEX triplet: 8F, 32 and 8D. RGB value is (143,50,141). Sum of RGB (Red+Green+Blue) = 143+50+141=334 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.81% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 143 - color contains mainly: red. Hex color #8F328D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F328D is #70CD72. Grayscale: #575757. Windows color (decimal): -7392627 or 9253519. OLE color: 9253519.
HSL color Cylindrical-coordinate representation of color #8F328D: hue angle of 301.29º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8F328D is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 50 | 141 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.44 |
| HSL | 301.29º | 0.48% | 0.38% | - |
| HSV(B) | 301.29º | 0.65% | 0.56% | - |
| XYZ | 17.28 | 10.04 | 26.23 | - |
| YUV | 88.18 | 157.81 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 50 | 141 | 0 | 0.65 | 0.01 | 0.44 | 301.29 | 0.48 | 0.38 |
| Hex | 8F | 32 | 8D | 0 | 41 | 1 | 2C | 12D | 30 | 26 |
| Octal | 217 | 62 | 215 | 0 | 101 | 1 | 54 | 455 | 60 | 46 |
| Binary | 10001111 | 110010 | 10001101 | 0 | 1000001 | 1 | 101100 | 100101101 | 110000 | 100110 |
Color Harmonies of #8F328D
Complementary color
Monochromatic Colors of #8F328D
Black with #8F328D
Text Example
Text Example
White with #8F328D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F328D; }
p { color: rgb(143,50,141); }
H1.HeaderClassName
{
color: #8F328D;
}
.AnyTagClassName
{
color: #8F328D;
}
</style>
background-color css
<style>
a { background-color: #8F328D; }
a { background-color: rgb(143,50,141); }
div.DivClassName
{
background-color: #8F328D;
}
.BgClassName
{
background-color: #8F328D;
}
</style>
border-color css
<style>
span { border-color: #8F328D; }
span { border-color: rgb(143,50,141); }
td.TdClassName
{
border-color: #8F328D;
}
.TagClassName
{
border-color: #8F328D;
}
</style>