Shades of Vivid Violet #8C4493
Tints of Vivid Violet #8C4493
RGB
CMYK
RGB Variations
Color information
#8C4493 (or 0x8C4493) is known color: Vivid Violet. HEX triplet: 8C, 44 and 93. RGB value is (140,68,147). Sum of RGB (Red+Green+Blue) = 140+68+147=355 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.44% from 355); Green value is 68 (26.95% from 255 or 19.15% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 147 - color contains mainly: blue. Hex color #8C4493 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4493 is #73BB6C. Grayscale: #626262. Windows color (decimal): -7584621 or 9651340. OLE color: 9651340.
HSL color Cylindrical-coordinate representation of color #8C4493: hue angle of 294.68º 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 #8C4493 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 68 | 147 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.42 |
| HSL | 294.68º | 0.37% | 0.42% | - |
| HSV(B) | 294.68º | 0.54% | 0.58% | - |
| XYZ | 18.15 | 11.82 | 28.93 | - |
| YUV | 98.53 | 155.35 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 68 | 147 | 0.05 | 0.54 | 0 | 0.42 | 294.68 | 0.37 | 0.42 |
| Hex | 8C | 44 | 93 | 5 | 36 | 0 | 2A | 127 | 25 | 2A |
| Octal | 214 | 104 | 223 | 5 | 66 | 0 | 52 | 447 | 45 | 52 |
| Binary | 10001100 | 1000100 | 10010011 | 101 | 110110 | 0 | 101010 | 100100111 | 100101 | 101010 |
Color Harmonies of #8C4493
Complementary color
Monochromatic Colors of #8C4493
Black with #8C4493
Text Example
Text Example
White with #8C4493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4493; }
p { color: rgb(140,68,147); }
H1.HeaderClassName
{
color: #8C4493;
}
.AnyTagClassName
{
color: #8C4493;
}
</style>
background-color css
<style>
a { background-color: #8C4493; }
a { background-color: rgb(140,68,147); }
div.DivClassName
{
background-color: #8C4493;
}
.BgClassName
{
background-color: #8C4493;
}
</style>
border-color css
<style>
span { border-color: #8C4493; }
span { border-color: rgb(140,68,147); }
td.TdClassName
{
border-color: #8C4493;
}
.TagClassName
{
border-color: #8C4493;
}
</style>