Shades of Vivid Violet #8F428C
Tints of Vivid Violet #8F428C
RGB
CMYK
RGB Variations
Color information
#8F428C (or 0x8F428C) is known color: Vivid Violet. HEX triplet: 8F, 42 and 8C. RGB value is (143,66,140). Sum of RGB (Red+Green+Blue) = 143+66+140=349 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.97% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 143 - color contains mainly: red. Hex color #8F428C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F428C is #70BD73. Grayscale: #616161. Windows color (decimal): -7388532 or 9192079. OLE color: 9192079.
HSL color Cylindrical-coordinate representation of color #8F428C: hue angle of 302.34º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8F428C is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 66 | 140 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.44 |
| HSL | 302.34º | 0.37% | 0.41% | - |
| HSV(B) | 302.34º | 0.54% | 0.56% | - |
| XYZ | 18.01 | 11.63 | 26.11 | - |
| YUV | 97.46 | 152.01 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 66 | 140 | 0 | 0.54 | 0.02 | 0.44 | 302.34 | 0.37 | 0.41 |
| Hex | 8F | 42 | 8C | 0 | 36 | 2 | 2C | 12E | 25 | 29 |
| Octal | 217 | 102 | 214 | 0 | 66 | 2 | 54 | 456 | 45 | 51 |
| Binary | 10001111 | 1000010 | 10001100 | 0 | 110110 | 10 | 101100 | 100101110 | 100101 | 101001 |
Color Harmonies of #8F428C
Complementary color
Monochromatic Colors of #8F428C
Black with #8F428C
Text Example
Text Example
White with #8F428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F428C; }
p { color: rgb(143,66,140); }
H1.HeaderClassName
{
color: #8F428C;
}
.AnyTagClassName
{
color: #8F428C;
}
</style>
background-color css
<style>
a { background-color: #8F428C; }
a { background-color: rgb(143,66,140); }
div.DivClassName
{
background-color: #8F428C;
}
.BgClassName
{
background-color: #8F428C;
}
</style>
border-color css
<style>
span { border-color: #8F428C; }
span { border-color: rgb(143,66,140); }
td.TdClassName
{
border-color: #8F428C;
}
.TagClassName
{
border-color: #8F428C;
}
</style>