Shades of Vivid Violet #8F3F99
Tints of Vivid Violet #8F3F99
RGB
CMYK
RGB Variations
Color information
#8F3F99 (or 0x8F3F99) is known color: Vivid Violet. HEX triplet: 8F, 3F and 99. RGB value is (143,63,153). Sum of RGB (Red+Green+Blue) = 143+63+153=359 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.83% from 359); Green value is 63 (25% from 255 or 17.55% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 153 - color contains mainly: blue. Hex color #8F3F99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3F99 is #70C066. Grayscale: #606060. Windows color (decimal): -7389287 or 10043279. OLE color: 10043279.
HSL color Cylindrical-coordinate representation of color #8F3F99: hue angle of 293.33º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8F3F99 is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 143 | 63 | 153 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.4 |
| HSL | 293.33º | 0.42% | 0.42% | - |
| HSV(B) | 293.33º | 0.59% | 0.6% | - |
| XYZ | 18.85 | 11.69 | 31.4 | - |
| YUV | 97.18 | 159.5 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 63 | 153 | 0.07 | 0.59 | 0 | 0.4 | 293.33 | 0.42 | 0.42 |
| Hex | 8F | 3F | 99 | 7 | 3B | 0 | 28 | 125 | 2A | 2A |
| Octal | 217 | 77 | 231 | 7 | 73 | 0 | 50 | 445 | 52 | 52 |
| Binary | 10001111 | 111111 | 10011001 | 111 | 111011 | 0 | 101000 | 100100101 | 101010 | 101010 |
Color Harmonies of #8F3F99
Complementary color
Monochromatic Colors of #8F3F99
Black with #8F3F99
Text Example
Text Example
White with #8F3F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3F99; }
p { color: rgb(143,63,153); }
H1.HeaderClassName
{
color: #8F3F99;
}
.AnyTagClassName
{
color: #8F3F99;
}
</style>
background-color css
<style>
a { background-color: #8F3F99; }
a { background-color: rgb(143,63,153); }
div.DivClassName
{
background-color: #8F3F99;
}
.BgClassName
{
background-color: #8F3F99;
}
</style>
border-color css
<style>
span { border-color: #8F3F99; }
span { border-color: rgb(143,63,153); }
td.TdClassName
{
border-color: #8F3F99;
}
.TagClassName
{
border-color: #8F3F99;
}
</style>