Shades of Vivid Violet #8F379F
Tints of Vivid Violet #8F379F
RGB
CMYK
RGB Variations
Color information
#8F379F (or 0x8F379F) is known color: Vivid Violet. HEX triplet: 8F, 37 and 9F. RGB value is (143,55,159). Sum of RGB (Red+Green+Blue) = 143+55+159=357 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.06% from 357); Green value is 55 (21.88% from 255 or 15.41% from 357); Blue value is 159 (62.5% from 255 or 44.54% from 357); Max value from RGB is 159 - color contains mainly: blue. Hex color #8F379F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F379F is #70C860. Grayscale: #5C5C5C. Windows color (decimal): -7391329 or 10434447. OLE color: 10434447.
HSL color Cylindrical-coordinate representation of color #8F379F: hue angle of 290.77º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8F379F is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 55 | 159 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.38 |
| HSL | 290.77º | 0.49% | 0.42% | - |
| HSV(B) | 290.77º | 0.65% | 0.62% | - |
| XYZ | 18.95 | 11.08 | 33.94 | - |
| YUV | 93.17 | 165.15 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 55 | 159 | 0.10 | 0.65 | 0 | 0.38 | 290.77 | 0.49 | 0.42 |
| Hex | 8F | 37 | 9F | A | 41 | 0 | 26 | 123 | 31 | 2A |
| Octal | 217 | 67 | 237 | 12 | 101 | 0 | 46 | 443 | 61 | 52 |
| Binary | 10001111 | 110111 | 10011111 | 1010 | 1000001 | 0 | 100110 | 100100011 | 110001 | 101010 |
Color Harmonies of #8F379F
Complementary color
Monochromatic Colors of #8F379F
Black with #8F379F
Text Example
Text Example
White with #8F379F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F379F; }
p { color: rgb(143,55,159); }
H1.HeaderClassName
{
color: #8F379F;
}
.AnyTagClassName
{
color: #8F379F;
}
</style>
background-color css
<style>
a { background-color: #8F379F; }
a { background-color: rgb(143,55,159); }
div.DivClassName
{
background-color: #8F379F;
}
.BgClassName
{
background-color: #8F379F;
}
</style>
border-color css
<style>
span { border-color: #8F379F; }
span { border-color: rgb(143,55,159); }
td.TdClassName
{
border-color: #8F379F;
}
.TagClassName
{
border-color: #8F379F;
}
</style>