Shades of Vivid Violet #8F3F9E
Tints of Vivid Violet #8F3F9E
RGB
CMYK
RGB Variations
Color information
#8F3F9E (or 0x8F3F9E) is known color: Vivid Violet. HEX triplet: 8F, 3F and 9E. RGB value is (143,63,158). Sum of RGB (Red+Green+Blue) = 143+63+158=364 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.29% from 364); Green value is 63 (25% from 255 or 17.31% from 364); Blue value is 158 (62.11% from 255 or 43.41% from 364); Max value from RGB is 158 - color contains mainly: blue. Hex color #8F3F9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3F9E is #70C061. Grayscale: #616161. Windows color (decimal): -7389282 or 10370959. OLE color: 10370959.
HSL color Cylindrical-coordinate representation of color #8F3F9E: hue angle of 290.53º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8F3F9E is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 63 | 158 | - |
| CMYK | 0.09 | 0.60 | 0 | 0.38 |
| HSL | 290.53º | 0.43% | 0.43% | - |
| HSV(B) | 290.53º | 0.6% | 0.62% | - |
| XYZ | 19.28 | 11.86 | 33.62 | - |
| YUV | 97.75 | 162 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 63 | 158 | 0.09 | 0.60 | 0 | 0.38 | 290.53 | 0.43 | 0.43 |
| Hex | 8F | 3F | 9E | 9 | 3C | 0 | 26 | 123 | 2B | 2B |
| Octal | 217 | 77 | 236 | 11 | 74 | 0 | 46 | 443 | 53 | 53 |
| Binary | 10001111 | 111111 | 10011110 | 1001 | 111100 | 0 | 100110 | 100100011 | 101011 | 101011 |
Color Harmonies of #8F3F9E
Complementary color
Monochromatic Colors of #8F3F9E
Black with #8F3F9E
Text Example
Text Example
White with #8F3F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3F9E; }
p { color: rgb(143,63,158); }
H1.HeaderClassName
{
color: #8F3F9E;
}
.AnyTagClassName
{
color: #8F3F9E;
}
</style>
background-color css
<style>
a { background-color: #8F3F9E; }
a { background-color: rgb(143,63,158); }
div.DivClassName
{
background-color: #8F3F9E;
}
.BgClassName
{
background-color: #8F3F9E;
}
</style>
border-color css
<style>
span { border-color: #8F3F9E; }
span { border-color: rgb(143,63,158); }
td.TdClassName
{
border-color: #8F3F9E;
}
.TagClassName
{
border-color: #8F3F9E;
}
</style>