Shades of Vivid Violet #8F319D
Tints of Vivid Violet #8F319D
RGB
CMYK
RGB Variations
Color information
#8F319D (or 0x8F319D) is known color: Vivid Violet. HEX triplet: 8F, 31 and 9D. RGB value is (143,49,157). Sum of RGB (Red+Green+Blue) = 143+49+157=349 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.97% from 349); Green value is 49 (19.53% from 255 or 14.04% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F319D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F319D is #70CE62. Grayscale: #595959. Windows color (decimal): -7392867 or 10301839. OLE color: 10301839.
HSL color Cylindrical-coordinate representation of color #8F319D: hue angle of 292.22º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F319D is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 49 | 157 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.38 |
| HSL | 292.22º | 0.52% | 0.4% | - |
| HSV(B) | 292.22º | 0.69% | 0.62% | - |
| XYZ | 18.51 | 10.47 | 32.94 | - |
| YUV | 89.42 | 166.14 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 49 | 157 | 0.09 | 0.69 | 0 | 0.38 | 292.22 | 0.52 | 0.4 |
| Hex | 8F | 31 | 9D | 9 | 45 | 0 | 26 | 124 | 34 | 28 |
| Octal | 217 | 61 | 235 | 11 | 105 | 0 | 46 | 444 | 64 | 50 |
| Binary | 10001111 | 110001 | 10011101 | 1001 | 1000101 | 0 | 100110 | 100100100 | 110100 | 101000 |
Color Harmonies of #8F319D
Complementary color
Monochromatic Colors of #8F319D
Black with #8F319D
Text Example
Text Example
White with #8F319D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F319D; }
p { color: rgb(143,49,157); }
H1.HeaderClassName
{
color: #8F319D;
}
.AnyTagClassName
{
color: #8F319D;
}
</style>
background-color css
<style>
a { background-color: #8F319D; }
a { background-color: rgb(143,49,157); }
div.DivClassName
{
background-color: #8F319D;
}
.BgClassName
{
background-color: #8F319D;
}
</style>
border-color css
<style>
span { border-color: #8F319D; }
span { border-color: rgb(143,49,157); }
td.TdClassName
{
border-color: #8F319D;
}
.TagClassName
{
border-color: #8F319D;
}
</style>