Shades of Vivid Violet #8C4F97
Tints of Vivid Violet #8C4F97
RGB
CMYK
RGB Variations
Color information
#8C4F97 (or 0x8C4F97) is known color: Vivid Violet. HEX triplet: 8C, 4F and 97. RGB value is (140,79,151). Sum of RGB (Red+Green+Blue) = 140+79+151=370 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.84% from 370); Green value is 79 (31.25% from 255 or 21.35% from 370); Blue value is 151 (59.38% from 255 or 40.81% from 370); Max value from RGB is 151 - color contains mainly: blue. Hex color #8C4F97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C4F97 is #73B068. Grayscale: #696969. Windows color (decimal): -7581801 or 9916300. OLE color: 9916300.
HSL color Cylindrical-coordinate representation of color #8C4F97: hue angle of 290.83º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8C4F97 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 140 | 79 | 151 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.41 |
| HSL | 290.83º | 0.31% | 0.45% | - |
| HSV(B) | 290.83º | 0.48% | 0.59% | - |
| XYZ | 19.2 | 13.4 | 30.85 | - |
| YUV | 105.45 | 153.71 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 79 | 151 | 0.07 | 0.48 | 0 | 0.41 | 290.83 | 0.31 | 0.45 |
| Hex | 8C | 4F | 97 | 7 | 30 | 0 | 29 | 123 | 1F | 2D |
| Octal | 214 | 117 | 227 | 7 | 60 | 0 | 51 | 443 | 37 | 55 |
| Binary | 10001100 | 1001111 | 10010111 | 111 | 110000 | 0 | 101001 | 100100011 | 11111 | 101101 |
Color Harmonies of #8C4F97
Complementary color
Monochromatic Colors of #8C4F97
Black with #8C4F97
Text Example
Text Example
White with #8C4F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4F97; }
p { color: rgb(140,79,151); }
H1.HeaderClassName
{
color: #8C4F97;
}
.AnyTagClassName
{
color: #8C4F97;
}
</style>
background-color css
<style>
a { background-color: #8C4F97; }
a { background-color: rgb(140,79,151); }
div.DivClassName
{
background-color: #8C4F97;
}
.BgClassName
{
background-color: #8C4F97;
}
</style>
border-color css
<style>
span { border-color: #8C4F97; }
span { border-color: rgb(140,79,151); }
td.TdClassName
{
border-color: #8C4F97;
}
.TagClassName
{
border-color: #8C4F97;
}
</style>