Shades of Vivid Violet #8F319C
Tints of Vivid Violet #8F319C
RGB
CMYK
RGB Variations
Color information
#8F319C (or 0x8F319C) is known color: Vivid Violet. HEX triplet: 8F, 31 and 9C. RGB value is (143,49,156). Sum of RGB (Red+Green+Blue) = 143+49+156=348 (46% of max value = 765). Red value is 143 (56.25% from 255 or 41.09% from 348); Green value is 49 (19.53% from 255 or 14.08% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 156 - color contains mainly: blue. Hex color #8F319C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F319C is #70CE63. Grayscale: #585858. Windows color (decimal): -7392868 or 10236303. OLE color: 10236303.
HSL color Cylindrical-coordinate representation of color #8F319C: hue angle of 292.71º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F319C is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 49 | 156 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.39 |
| HSL | 292.71º | 0.52% | 0.4% | - |
| HSV(B) | 292.71º | 0.69% | 0.61% | - |
| XYZ | 18.43 | 10.44 | 32.5 | - |
| YUV | 89.3 | 165.64 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 49 | 156 | 0.08 | 0.69 | 0 | 0.39 | 292.71 | 0.52 | 0.4 |
| Hex | 8F | 31 | 9C | 8 | 45 | 0 | 27 | 125 | 34 | 28 |
| Octal | 217 | 61 | 234 | 10 | 105 | 0 | 47 | 445 | 64 | 50 |
| Binary | 10001111 | 110001 | 10011100 | 1000 | 1000101 | 0 | 100111 | 100100101 | 110100 | 101000 |
Color Harmonies of #8F319C
Complementary color
Monochromatic Colors of #8F319C
Black with #8F319C
Text Example
Text Example
White with #8F319C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F319C; }
p { color: rgb(143,49,156); }
H1.HeaderClassName
{
color: #8F319C;
}
.AnyTagClassName
{
color: #8F319C;
}
</style>
background-color css
<style>
a { background-color: #8F319C; }
a { background-color: rgb(143,49,156); }
div.DivClassName
{
background-color: #8F319C;
}
.BgClassName
{
background-color: #8F319C;
}
</style>
border-color css
<style>
span { border-color: #8F319C; }
span { border-color: rgb(143,49,156); }
td.TdClassName
{
border-color: #8F319C;
}
.TagClassName
{
border-color: #8F319C;
}
</style>