Shades of Vivid Violet #8C4197
Tints of Vivid Violet #8C4197
RGB
CMYK
RGB Variations
Color information
#8C4197 (or 0x8C4197) is known color: Vivid Violet. HEX triplet: 8C, 41 and 97. RGB value is (140,65,151). Sum of RGB (Red+Green+Blue) = 140+65+151=356 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.33% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 151 (59.38% from 255 or 42.42% from 356); Max value from RGB is 151 - color contains mainly: blue. Hex color #8C4197 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4197 is #73BE68. Grayscale: #606060. Windows color (decimal): -7585385 or 9912716. OLE color: 9912716.
HSL color Cylindrical-coordinate representation of color #8C4197: hue angle of 292.33º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8C4197 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 140 | 65 | 151 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.41 |
| HSL | 292.33º | 0.4% | 0.42% | - |
| HSV(B) | 292.33º | 0.57% | 0.59% | - |
| XYZ | 18.29 | 11.59 | 30.55 | - |
| YUV | 97.23 | 158.35 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 65 | 151 | 0.07 | 0.57 | 0 | 0.41 | 292.33 | 0.4 | 0.42 |
| Hex | 8C | 41 | 97 | 7 | 39 | 0 | 29 | 124 | 28 | 2A |
| Octal | 214 | 101 | 227 | 7 | 71 | 0 | 51 | 444 | 50 | 52 |
| Binary | 10001100 | 1000001 | 10010111 | 111 | 111001 | 0 | 101001 | 100100100 | 101000 | 101010 |
Color Harmonies of #8C4197
Complementary color
Monochromatic Colors of #8C4197
Black with #8C4197
Text Example
Text Example
White with #8C4197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4197; }
p { color: rgb(140,65,151); }
H1.HeaderClassName
{
color: #8C4197;
}
.AnyTagClassName
{
color: #8C4197;
}
</style>
background-color css
<style>
a { background-color: #8C4197; }
a { background-color: rgb(140,65,151); }
div.DivClassName
{
background-color: #8C4197;
}
.BgClassName
{
background-color: #8C4197;
}
</style>
border-color css
<style>
span { border-color: #8C4197; }
span { border-color: rgb(140,65,151); }
td.TdClassName
{
border-color: #8C4197;
}
.TagClassName
{
border-color: #8C4197;
}
</style>