Shades of Vivid Violet #8F489F
Tints of Vivid Violet #8F489F
RGB
CMYK
RGB Variations
Color information
#8F489F (or 0x8F489F) is known color: Vivid Violet. HEX triplet: 8F, 48 and 9F. RGB value is (143,72,159). Sum of RGB (Red+Green+Blue) = 143+72+159=374 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.24% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 159 - color contains mainly: blue. Hex color #8F489F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F489F is #70B760. Grayscale: #666666. Windows color (decimal): -7386977 or 10438799. OLE color: 10438799.
HSL color Cylindrical-coordinate representation of color #8F489F: hue angle of 288.97º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F489F is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 72 | 159 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.38 |
| HSL | 288.97º | 0.38% | 0.45% | - |
| HSV(B) | 288.97º | 0.55% | 0.62% | - |
| XYZ | 19.9 | 12.98 | 34.26 | - |
| YUV | 103.15 | 159.52 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 72 | 159 | 0.10 | 0.55 | 0 | 0.38 | 288.97 | 0.38 | 0.45 |
| Hex | 8F | 48 | 9F | A | 37 | 0 | 26 | 121 | 26 | 2D |
| Octal | 217 | 110 | 237 | 12 | 67 | 0 | 46 | 441 | 46 | 55 |
| Binary | 10001111 | 1001000 | 10011111 | 1010 | 110111 | 0 | 100110 | 100100001 | 100110 | 101101 |
Color Harmonies of #8F489F
Complementary color
Monochromatic Colors of #8F489F
Black with #8F489F
Text Example
Text Example
White with #8F489F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F489F; }
p { color: rgb(143,72,159); }
H1.HeaderClassName
{
color: #8F489F;
}
.AnyTagClassName
{
color: #8F489F;
}
</style>
background-color css
<style>
a { background-color: #8F489F; }
a { background-color: rgb(143,72,159); }
div.DivClassName
{
background-color: #8F489F;
}
.BgClassName
{
background-color: #8F489F;
}
</style>
border-color css
<style>
span { border-color: #8F489F; }
span { border-color: rgb(143,72,159); }
td.TdClassName
{
border-color: #8F489F;
}
.TagClassName
{
border-color: #8F489F;
}
</style>