Shades of Vivid Violet #8F358C
Tints of Vivid Violet #8F358C
RGB
CMYK
RGB Variations
Color information
#8F358C (or 0x8F358C) is known color: Vivid Violet. HEX triplet: 8F, 35 and 8C. RGB value is (143,53,140). Sum of RGB (Red+Green+Blue) = 143+53+140=336 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.56% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 143 - color contains mainly: red. Hex color #8F358C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F358C is #70CA73. Grayscale: #595959. Windows color (decimal): -7391860 or 9188751. OLE color: 9188751.
HSL color Cylindrical-coordinate representation of color #8F358C: hue angle of 302º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8F358C is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 53 | 140 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.44 |
| HSL | 302º | 0.46% | 0.38% | - |
| HSV(B) | 302º | 0.63% | 0.56% | - |
| XYZ | 17.33 | 10.28 | 25.88 | - |
| YUV | 89.83 | 156.32 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 53 | 140 | 0 | 0.63 | 0.02 | 0.44 | 302 | 0.46 | 0.38 |
| Hex | 8F | 35 | 8C | 0 | 3F | 2 | 2C | 12E | 2E | 26 |
| Octal | 217 | 65 | 214 | 0 | 77 | 2 | 54 | 456 | 56 | 46 |
| Binary | 10001111 | 110101 | 10001100 | 0 | 111111 | 10 | 101100 | 100101110 | 101110 | 100110 |
Color Harmonies of #8F358C
Complementary color
Monochromatic Colors of #8F358C
Black with #8F358C
Text Example
Text Example
White with #8F358C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F358C; }
p { color: rgb(143,53,140); }
H1.HeaderClassName
{
color: #8F358C;
}
.AnyTagClassName
{
color: #8F358C;
}
</style>
background-color css
<style>
a { background-color: #8F358C; }
a { background-color: rgb(143,53,140); }
div.DivClassName
{
background-color: #8F358C;
}
.BgClassName
{
background-color: #8F358C;
}
</style>
border-color css
<style>
span { border-color: #8F358C; }
span { border-color: rgb(143,53,140); }
td.TdClassName
{
border-color: #8F358C;
}
.TagClassName
{
border-color: #8F358C;
}
</style>