Shades of Vivid Violet #8C4494
Tints of Vivid Violet #8C4494
RGB
CMYK
RGB Variations
Color information
#8C4494 (or 0x8C4494) is known color: Vivid Violet. HEX triplet: 8C, 44 and 94. RGB value is (140,68,148). Sum of RGB (Red+Green+Blue) = 140+68+148=356 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.33% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 148 - color contains mainly: blue. Hex color #8C4494 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4494 is #73BB6B. Grayscale: #626262. Windows color (decimal): -7584620 or 9716876. OLE color: 9716876.
HSL color Cylindrical-coordinate representation of color #8C4494: hue angle of 294º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C4494 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 68 | 148 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.42 |
| HSL | 294º | 0.37% | 0.42% | - |
| HSV(B) | 294º | 0.54% | 0.58% | - |
| XYZ | 18.23 | 11.85 | 29.34 | - |
| YUV | 98.65 | 155.85 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 68 | 148 | 0.05 | 0.54 | 0 | 0.42 | 294 | 0.37 | 0.42 |
| Hex | 8C | 44 | 94 | 5 | 36 | 0 | 2A | 126 | 25 | 2A |
| Octal | 214 | 104 | 224 | 5 | 66 | 0 | 52 | 446 | 45 | 52 |
| Binary | 10001100 | 1000100 | 10010100 | 101 | 110110 | 0 | 101010 | 100100110 | 100101 | 101010 |
Color Harmonies of #8C4494
Complementary color
Monochromatic Colors of #8C4494
Black with #8C4494
Text Example
Text Example
White with #8C4494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4494; }
p { color: rgb(140,68,148); }
H1.HeaderClassName
{
color: #8C4494;
}
.AnyTagClassName
{
color: #8C4494;
}
</style>
background-color css
<style>
a { background-color: #8C4494; }
a { background-color: rgb(140,68,148); }
div.DivClassName
{
background-color: #8C4494;
}
.BgClassName
{
background-color: #8C4494;
}
</style>
border-color css
<style>
span { border-color: #8C4494; }
span { border-color: rgb(140,68,148); }
td.TdClassName
{
border-color: #8C4494;
}
.TagClassName
{
border-color: #8C4494;
}
</style>