Shades of Vivid Violet #8F319B
Tints of Vivid Violet #8F319B
RGB
CMYK
RGB Variations
Color information
#8F319B (or 0x8F319B) is known color: Vivid Violet. HEX triplet: 8F, 31 and 9B. RGB value is (143,49,155). Sum of RGB (Red+Green+Blue) = 143+49+155=347 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.21% from 347); Green value is 49 (19.53% from 255 or 14.12% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F319B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F319B is #70CE64. Grayscale: #585858. Windows color (decimal): -7392869 or 10170767. OLE color: 10170767.
HSL color Cylindrical-coordinate representation of color #8F319B: hue angle of 293.21º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8F319B is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 49 | 155 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.39 |
| HSL | 293.21º | 0.52% | 0.4% | - |
| HSV(B) | 293.21º | 0.68% | 0.61% | - |
| XYZ | 18.34 | 10.4 | 32.05 | - |
| YUV | 89.19 | 165.14 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 49 | 155 | 0.08 | 0.68 | 0 | 0.39 | 293.21 | 0.52 | 0.4 |
| Hex | 8F | 31 | 9B | 8 | 44 | 0 | 27 | 125 | 34 | 28 |
| Octal | 217 | 61 | 233 | 10 | 104 | 0 | 47 | 445 | 64 | 50 |
| Binary | 10001111 | 110001 | 10011011 | 1000 | 1000100 | 0 | 100111 | 100100101 | 110100 | 101000 |
Color Harmonies of #8F319B
Complementary color
Monochromatic Colors of #8F319B
Black with #8F319B
Text Example
Text Example
White with #8F319B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F319B; }
p { color: rgb(143,49,155); }
H1.HeaderClassName
{
color: #8F319B;
}
.AnyTagClassName
{
color: #8F319B;
}
</style>
background-color css
<style>
a { background-color: #8F319B; }
a { background-color: rgb(143,49,155); }
div.DivClassName
{
background-color: #8F319B;
}
.BgClassName
{
background-color: #8F319B;
}
</style>
border-color css
<style>
span { border-color: #8F319B; }
span { border-color: rgb(143,49,155); }
td.TdClassName
{
border-color: #8F319B;
}
.TagClassName
{
border-color: #8F319B;
}
</style>