Shades of Vivid Violet #8F4293
Tints of Vivid Violet #8F4293
RGB
CMYK
RGB Variations
Color information
#8F4293 (or 0x8F4293) is known color: Vivid Violet. HEX triplet: 8F, 42 and 93. RGB value is (143,66,147). Sum of RGB (Red+Green+Blue) = 143+66+147=356 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.17% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 147 - color contains mainly: blue. Hex color #8F4293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F4293 is #70BD6C. Grayscale: #626262. Windows color (decimal): -7388525 or 9650831. OLE color: 9650831.
HSL color Cylindrical-coordinate representation of color #8F4293: hue angle of 297.04º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F4293 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 66 | 147 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.42 |
| HSL | 297.04º | 0.38% | 0.42% | - |
| HSV(B) | 297.04º | 0.55% | 0.58% | - |
| XYZ | 18.54 | 11.84 | 28.91 | - |
| YUV | 98.26 | 155.51 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 66 | 147 | 0.03 | 0.55 | 0 | 0.42 | 297.04 | 0.38 | 0.42 |
| Hex | 8F | 42 | 93 | 3 | 37 | 0 | 2A | 129 | 26 | 2A |
| Octal | 217 | 102 | 223 | 3 | 67 | 0 | 52 | 451 | 46 | 52 |
| Binary | 10001111 | 1000010 | 10010011 | 11 | 110111 | 0 | 101010 | 100101001 | 100110 | 101010 |
Color Harmonies of #8F4293
Complementary color
Monochromatic Colors of #8F4293
Black with #8F4293
Text Example
Text Example
White with #8F4293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4293; }
p { color: rgb(143,66,147); }
H1.HeaderClassName
{
color: #8F4293;
}
.AnyTagClassName
{
color: #8F4293;
}
</style>
background-color css
<style>
a { background-color: #8F4293; }
a { background-color: rgb(143,66,147); }
div.DivClassName
{
background-color: #8F4293;
}
.BgClassName
{
background-color: #8F4293;
}
</style>
border-color css
<style>
span { border-color: #8F4293; }
span { border-color: rgb(143,66,147); }
td.TdClassName
{
border-color: #8F4293;
}
.TagClassName
{
border-color: #8F4293;
}
</style>