Shades of Vivid Violet #8F399F
Tints of Vivid Violet #8F399F
RGB
CMYK
RGB Variations
Color information
#8F399F (or 0x8F399F) is known color: Vivid Violet. HEX triplet: 8F, 39 and 9F. RGB value is (143,57,159). Sum of RGB (Red+Green+Blue) = 143+57+159=359 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.83% from 359); Green value is 57 (22.66% from 255 or 15.88% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 159 - color contains mainly: blue. Hex color #8F399F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F399F is #70C660. Grayscale: #5E5E5E. Windows color (decimal): -7390817 or 10434959. OLE color: 10434959.
HSL color Cylindrical-coordinate representation of color #8F399F: hue angle of 290.59º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8F399F is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 57 | 159 | - |
| CMYK | 0.10 | 0.64 | 0 | 0.38 |
| HSL | 290.59º | 0.47% | 0.42% | - |
| HSV(B) | 290.59º | 0.64% | 0.62% | - |
| XYZ | 19.05 | 11.27 | 33.97 | - |
| YUV | 94.34 | 164.49 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 57 | 159 | 0.10 | 0.64 | 0 | 0.38 | 290.59 | 0.47 | 0.42 |
| Hex | 8F | 39 | 9F | A | 40 | 0 | 26 | 123 | 2F | 2A |
| Octal | 217 | 71 | 237 | 12 | 100 | 0 | 46 | 443 | 57 | 52 |
| Binary | 10001111 | 111001 | 10011111 | 1010 | 1000000 | 0 | 100110 | 100100011 | 101111 | 101010 |
Color Harmonies of #8F399F
Complementary color
Monochromatic Colors of #8F399F
Black with #8F399F
Text Example
Text Example
White with #8F399F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F399F; }
p { color: rgb(143,57,159); }
H1.HeaderClassName
{
color: #8F399F;
}
.AnyTagClassName
{
color: #8F399F;
}
</style>
background-color css
<style>
a { background-color: #8F399F; }
a { background-color: rgb(143,57,159); }
div.DivClassName
{
background-color: #8F399F;
}
.BgClassName
{
background-color: #8F399F;
}
</style>
border-color css
<style>
span { border-color: #8F399F; }
span { border-color: rgb(143,57,159); }
td.TdClassName
{
border-color: #8F399F;
}
.TagClassName
{
border-color: #8F399F;
}
</style>