Shades of Vivid Violet #8F359D
Tints of Vivid Violet #8F359D
RGB
CMYK
RGB Variations
Color information
#8F359D (or 0x8F359D) is known color: Vivid Violet. HEX triplet: 8F, 35 and 9D. RGB value is (143,53,157). Sum of RGB (Red+Green+Blue) = 143+53+157=353 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.51% from 353); Green value is 53 (21.09% from 255 or 15.01% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F359D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F359D is #70CA62. Grayscale: #5B5B5B. Windows color (decimal): -7391843 or 10302863. OLE color: 10302863.
HSL color Cylindrical-coordinate representation of color #8F359D: hue angle of 291.92º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F359D is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 53 | 157 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.38 |
| HSL | 291.92º | 0.5% | 0.41% | - |
| HSV(B) | 291.92º | 0.66% | 0.62% | - |
| XYZ | 18.69 | 10.82 | 33 | - |
| YUV | 91.77 | 164.82 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 53 | 157 | 0.09 | 0.66 | 0 | 0.38 | 291.92 | 0.5 | 0.41 |
| Hex | 8F | 35 | 9D | 9 | 42 | 0 | 26 | 124 | 32 | 29 |
| Octal | 217 | 65 | 235 | 11 | 102 | 0 | 46 | 444 | 62 | 51 |
| Binary | 10001111 | 110101 | 10011101 | 1001 | 1000010 | 0 | 100110 | 100100100 | 110010 | 101001 |
Color Harmonies of #8F359D
Complementary color
Monochromatic Colors of #8F359D
Black with #8F359D
Text Example
Text Example
White with #8F359D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F359D; }
p { color: rgb(143,53,157); }
H1.HeaderClassName
{
color: #8F359D;
}
.AnyTagClassName
{
color: #8F359D;
}
</style>
background-color css
<style>
a { background-color: #8F359D; }
a { background-color: rgb(143,53,157); }
div.DivClassName
{
background-color: #8F359D;
}
.BgClassName
{
background-color: #8F359D;
}
</style>
border-color css
<style>
span { border-color: #8F359D; }
span { border-color: rgb(143,53,157); }
td.TdClassName
{
border-color: #8F359D;
}
.TagClassName
{
border-color: #8F359D;
}
</style>