Shades of Vivid Violet #8F4489
Tints of Vivid Violet #8F4489
RGB
CMYK
RGB Variations
Color information
#8F4489 (or 0x8F4489) is known color: Vivid Violet. HEX triplet: 8F, 44 and 89. RGB value is (143,68,137). Sum of RGB (Red+Green+Blue) = 143+68+137=348 (46% of max value = 765). Red value is 143 (56.25% from 255 or 41.09% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 137 (53.91% from 255 or 39.37% from 348); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4489 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F4489 is #70BB76. Grayscale: #626262. Windows color (decimal): -7388023 or 8995983. OLE color: 8995983.
HSL color Cylindrical-coordinate representation of color #8F4489: hue angle of 304.8º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8F4489 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 68 | 137 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.44 |
| HSL | 304.8º | 0.36% | 0.41% | - |
| HSV(B) | 304.8º | 0.52% | 0.56% | - |
| XYZ | 17.91 | 11.78 | 25 | - |
| YUV | 98.29 | 149.85 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 68 | 137 | 0 | 0.52 | 0.04 | 0.44 | 304.8 | 0.36 | 0.41 |
| Hex | 8F | 44 | 89 | 0 | 34 | 4 | 2C | 131 | 24 | 29 |
| Octal | 217 | 104 | 211 | 0 | 64 | 4 | 54 | 461 | 44 | 51 |
| Binary | 10001111 | 1000100 | 10001001 | 0 | 110100 | 100 | 101100 | 100110001 | 100100 | 101001 |
Color Harmonies of #8F4489
Complementary color
Monochromatic Colors of #8F4489
Black with #8F4489
Text Example
Text Example
White with #8F4489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4489; }
p { color: rgb(143,68,137); }
H1.HeaderClassName
{
color: #8F4489;
}
.AnyTagClassName
{
color: #8F4489;
}
</style>
background-color css
<style>
a { background-color: #8F4489; }
a { background-color: rgb(143,68,137); }
div.DivClassName
{
background-color: #8F4489;
}
.BgClassName
{
background-color: #8F4489;
}
</style>
border-color css
<style>
span { border-color: #8F4489; }
span { border-color: rgb(143,68,137); }
td.TdClassName
{
border-color: #8F4489;
}
.TagClassName
{
border-color: #8F4489;
}
</style>