Shades of Vivid Violet #8C4692
Tints of Vivid Violet #8C4692
RGB
CMYK
RGB Variations
Color information
#8C4692 (or 0x8C4692) is known color: Vivid Violet. HEX triplet: 8C, 46 and 92. RGB value is (140,70,146). Sum of RGB (Red+Green+Blue) = 140+70+146=356 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.33% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 146 - color contains mainly: blue. Hex color #8C4692 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4692 is #73B96D. Grayscale: #636363. Windows color (decimal): -7584110 or 9586316. OLE color: 9586316.
HSL color Cylindrical-coordinate representation of color #8C4692: hue angle of 295.26º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8C4692 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 70 | 146 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.43 |
| HSL | 295.26º | 0.35% | 0.42% | - |
| HSV(B) | 295.26º | 0.52% | 0.57% | - |
| XYZ | 18.19 | 12.03 | 28.56 | - |
| YUV | 99.59 | 154.19 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 70 | 146 | 0.04 | 0.52 | 0 | 0.43 | 295.26 | 0.35 | 0.42 |
| Hex | 8C | 46 | 92 | 4 | 34 | 0 | 2B | 127 | 23 | 2A |
| Octal | 214 | 106 | 222 | 4 | 64 | 0 | 53 | 447 | 43 | 52 |
| Binary | 10001100 | 1000110 | 10010010 | 100 | 110100 | 0 | 101011 | 100100111 | 100011 | 101010 |
Color Harmonies of #8C4692
Complementary color
Monochromatic Colors of #8C4692
Black with #8C4692
Text Example
Text Example
White with #8C4692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4692; }
p { color: rgb(140,70,146); }
H1.HeaderClassName
{
color: #8C4692;
}
.AnyTagClassName
{
color: #8C4692;
}
</style>
background-color css
<style>
a { background-color: #8C4692; }
a { background-color: rgb(140,70,146); }
div.DivClassName
{
background-color: #8C4692;
}
.BgClassName
{
background-color: #8C4692;
}
</style>
border-color css
<style>
span { border-color: #8C4692; }
span { border-color: rgb(140,70,146); }
td.TdClassName
{
border-color: #8C4692;
}
.TagClassName
{
border-color: #8C4692;
}
</style>