Shades of Vivid Violet #8F4890
Tints of Vivid Violet #8F4890
RGB
CMYK
RGB Variations
Color information
#8F4890 (or 0x8F4890) is known color: Vivid Violet. HEX triplet: 8F, 48 and 90. RGB value is (143,72,144). Sum of RGB (Red+Green+Blue) = 143+72+144=359 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.83% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 144 - color contains mainly: blue. Hex color #8F4890 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F4890 is #70B76F. Grayscale: #656565. Windows color (decimal): -7386992 or 9455759. OLE color: 9455759.
HSL color Cylindrical-coordinate representation of color #8F4890: hue angle of 299.17º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F4890 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 72 | 144 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.44 |
| HSL | 299.17º | 0.33% | 0.42% | - |
| HSV(B) | 299.17º | 0.5% | 0.56% | - |
| XYZ | 18.68 | 12.49 | 27.81 | - |
| YUV | 101.44 | 152.02 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 72 | 144 | 0.01 | 0.50 | 0 | 0.44 | 299.17 | 0.33 | 0.42 |
| Hex | 8F | 48 | 90 | 1 | 32 | 0 | 2C | 12B | 21 | 2A |
| Octal | 217 | 110 | 220 | 1 | 62 | 0 | 54 | 453 | 41 | 52 |
| Binary | 10001111 | 1001000 | 10010000 | 1 | 110010 | 0 | 101100 | 100101011 | 100001 | 101010 |
Color Harmonies of #8F4890
Complementary color
Monochromatic Colors of #8F4890
Black with #8F4890
Text Example
Text Example
White with #8F4890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4890; }
p { color: rgb(143,72,144); }
H1.HeaderClassName
{
color: #8F4890;
}
.AnyTagClassName
{
color: #8F4890;
}
</style>
background-color css
<style>
a { background-color: #8F4890; }
a { background-color: rgb(143,72,144); }
div.DivClassName
{
background-color: #8F4890;
}
.BgClassName
{
background-color: #8F4890;
}
</style>
border-color css
<style>
span { border-color: #8F4890; }
span { border-color: rgb(143,72,144); }
td.TdClassName
{
border-color: #8F4890;
}
.TagClassName
{
border-color: #8F4890;
}
</style>