Shades of Vivid Violet #8F348D
Tints of Vivid Violet #8F348D
RGB
CMYK
RGB Variations
Color information
#8F348D (or 0x8F348D) is known color: Vivid Violet. HEX triplet: 8F, 34 and 8D. RGB value is (143,52,141). Sum of RGB (Red+Green+Blue) = 143+52+141=336 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.56% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 143 - color contains mainly: red. Hex color #8F348D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F348D is #70CB72. Grayscale: #595959. Windows color (decimal): -7392115 or 9254031. OLE color: 9254031.
HSL color Cylindrical-coordinate representation of color #8F348D: hue angle of 301.32º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8F348D is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 52 | 141 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.44 |
| HSL | 301.32º | 0.47% | 0.38% | - |
| HSV(B) | 301.32º | 0.64% | 0.56% | - |
| XYZ | 17.36 | 10.22 | 26.26 | - |
| YUV | 89.36 | 157.15 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 52 | 141 | 0 | 0.64 | 0.01 | 0.44 | 301.32 | 0.47 | 0.38 |
| Hex | 8F | 34 | 8D | 0 | 40 | 1 | 2C | 12D | 2F | 26 |
| Octal | 217 | 64 | 215 | 0 | 100 | 1 | 54 | 455 | 57 | 46 |
| Binary | 10001111 | 110100 | 10001101 | 0 | 1000000 | 1 | 101100 | 100101101 | 101111 | 100110 |
Color Harmonies of #8F348D
Complementary color
Monochromatic Colors of #8F348D
Black with #8F348D
Text Example
Text Example
White with #8F348D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F348D; }
p { color: rgb(143,52,141); }
H1.HeaderClassName
{
color: #8F348D;
}
.AnyTagClassName
{
color: #8F348D;
}
</style>
background-color css
<style>
a { background-color: #8F348D; }
a { background-color: rgb(143,52,141); }
div.DivClassName
{
background-color: #8F348D;
}
.BgClassName
{
background-color: #8F348D;
}
</style>
border-color css
<style>
span { border-color: #8F348D; }
span { border-color: rgb(143,52,141); }
td.TdClassName
{
border-color: #8F348D;
}
.TagClassName
{
border-color: #8F348D;
}
</style>