Shades of Vivid Violet #8F3C87
Tints of Vivid Violet #8F3C87
RGB
CMYK
RGB Variations
Color information
#8F3C87 (or 0x8F3C87) is known color: Vivid Violet. HEX triplet: 8F, 3C and 87. RGB value is (143,60,135). Sum of RGB (Red+Green+Blue) = 143+60+135=338 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.31% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 135 (53.12% from 255 or 39.94% from 338); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3C87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3C87 is #70C378. Grayscale: #5D5D5D. Windows color (decimal): -7390073 or 8862863. OLE color: 8862863.
HSL color Cylindrical-coordinate representation of color #8F3C87: hue angle of 305.78º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8F3C87 is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 60 | 135 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.44 |
| HSL | 305.78º | 0.41% | 0.4% | - |
| HSV(B) | 305.78º | 0.58% | 0.56% | - |
| XYZ | 17.32 | 10.82 | 24.1 | - |
| YUV | 93.37 | 151.5 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 60 | 135 | 0 | 0.58 | 0.06 | 0.44 | 305.78 | 0.41 | 0.4 |
| Hex | 8F | 3C | 87 | 0 | 3A | 6 | 2C | 132 | 29 | 28 |
| Octal | 217 | 74 | 207 | 0 | 72 | 6 | 54 | 462 | 51 | 50 |
| Binary | 10001111 | 111100 | 10000111 | 0 | 111010 | 110 | 101100 | 100110010 | 101001 | 101000 |
Color Harmonies of #8F3C87
Complementary color
Monochromatic Colors of #8F3C87
Black with #8F3C87
Text Example
Text Example
White with #8F3C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3C87; }
p { color: rgb(143,60,135); }
H1.HeaderClassName
{
color: #8F3C87;
}
.AnyTagClassName
{
color: #8F3C87;
}
</style>
background-color css
<style>
a { background-color: #8F3C87; }
a { background-color: rgb(143,60,135); }
div.DivClassName
{
background-color: #8F3C87;
}
.BgClassName
{
background-color: #8F3C87;
}
</style>
border-color css
<style>
span { border-color: #8F3C87; }
span { border-color: rgb(143,60,135); }
td.TdClassName
{
border-color: #8F3C87;
}
.TagClassName
{
border-color: #8F3C87;
}
</style>