Shades of Vivid Violet #8F318C
Tints of Vivid Violet #8F318C
RGB
CMYK
RGB Variations
Color information
#8F318C (or 0x8F318C) is known color: Vivid Violet. HEX triplet: 8F, 31 and 8C. RGB value is (143,49,140). Sum of RGB (Red+Green+Blue) = 143+49+140=332 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.07% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 143 - color contains mainly: red. Hex color #8F318C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F318C is #70CE73. Grayscale: #575757. Windows color (decimal): -7392884 or 9187727. OLE color: 9187727.
HSL color Cylindrical-coordinate representation of color #8F318C: hue angle of 301.91º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F318C is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 49 | 140 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.44 |
| HSL | 301.91º | 0.49% | 0.38% | - |
| HSV(B) | 301.91º | 0.66% | 0.56% | - |
| XYZ | 17.16 | 9.93 | 25.82 | - |
| YUV | 87.48 | 157.64 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 49 | 140 | 0 | 0.66 | 0.02 | 0.44 | 301.91 | 0.49 | 0.38 |
| Hex | 8F | 31 | 8C | 0 | 42 | 2 | 2C | 12E | 31 | 26 |
| Octal | 217 | 61 | 214 | 0 | 102 | 2 | 54 | 456 | 61 | 46 |
| Binary | 10001111 | 110001 | 10001100 | 0 | 1000010 | 10 | 101100 | 100101110 | 110001 | 100110 |
Color Harmonies of #8F318C
Complementary color
Monochromatic Colors of #8F318C
Black with #8F318C
Text Example
Text Example
White with #8F318C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F318C; }
p { color: rgb(143,49,140); }
H1.HeaderClassName
{
color: #8F318C;
}
.AnyTagClassName
{
color: #8F318C;
}
</style>
background-color css
<style>
a { background-color: #8F318C; }
a { background-color: rgb(143,49,140); }
div.DivClassName
{
background-color: #8F318C;
}
.BgClassName
{
background-color: #8F318C;
}
</style>
border-color css
<style>
span { border-color: #8F318C; }
span { border-color: rgb(143,49,140); }
td.TdClassName
{
border-color: #8F318C;
}
.TagClassName
{
border-color: #8F318C;
}
</style>