Shades of Vivid Violet #8F418C
Tints of Vivid Violet #8F418C
RGB
CMYK
RGB Variations
Color information
#8F418C (or 0x8F418C) is known color: Vivid Violet. HEX triplet: 8F, 41 and 8C. RGB value is (143,65,140). Sum of RGB (Red+Green+Blue) = 143+65+140=348 (46% of max value = 765). Red value is 143 (56.25% from 255 or 41.09% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 143 - color contains mainly: red. Hex color #8F418C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F418C is #70BE73. Grayscale: #606060. Windows color (decimal): -7388788 or 9191823. OLE color: 9191823.
HSL color Cylindrical-coordinate representation of color #8F418C: hue angle of 302.31º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F418C is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 65 | 140 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.44 |
| HSL | 302.31º | 0.38% | 0.41% | - |
| HSV(B) | 302.31º | 0.55% | 0.56% | - |
| XYZ | 17.95 | 11.51 | 26.09 | - |
| YUV | 96.87 | 152.34 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 65 | 140 | 0 | 0.55 | 0.02 | 0.44 | 302.31 | 0.38 | 0.41 |
| Hex | 8F | 41 | 8C | 0 | 37 | 2 | 2C | 12E | 26 | 29 |
| Octal | 217 | 101 | 214 | 0 | 67 | 2 | 54 | 456 | 46 | 51 |
| Binary | 10001111 | 1000001 | 10001100 | 0 | 110111 | 10 | 101100 | 100101110 | 100110 | 101001 |
Color Harmonies of #8F418C
Complementary color
Monochromatic Colors of #8F418C
Black with #8F418C
Text Example
Text Example
White with #8F418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F418C; }
p { color: rgb(143,65,140); }
H1.HeaderClassName
{
color: #8F418C;
}
.AnyTagClassName
{
color: #8F418C;
}
</style>
background-color css
<style>
a { background-color: #8F418C; }
a { background-color: rgb(143,65,140); }
div.DivClassName
{
background-color: #8F418C;
}
.BgClassName
{
background-color: #8F418C;
}
</style>
border-color css
<style>
span { border-color: #8F418C; }
span { border-color: rgb(143,65,140); }
td.TdClassName
{
border-color: #8F418C;
}
.TagClassName
{
border-color: #8F418C;
}
</style>