Shades of Vivid Violet #8C4293
Tints of Vivid Violet #8C4293
RGB
CMYK
RGB Variations
Color information
#8C4293 (or 0x8C4293) is known color: Vivid Violet. HEX triplet: 8C, 42 and 93. RGB value is (140,66,147). Sum of RGB (Red+Green+Blue) = 140+66+147=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 147 - color contains mainly: blue. Hex color #8C4293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4293 is #73BD6C. Grayscale: #616161. Windows color (decimal): -7585133 or 9650828. OLE color: 9650828.
HSL color Cylindrical-coordinate representation of color #8C4293: hue angle of 294.81º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8C4293 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 66 | 147 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.42 |
| HSL | 294.81º | 0.38% | 0.42% | - |
| HSV(B) | 294.81º | 0.55% | 0.58% | - |
| XYZ | 18.03 | 11.58 | 28.89 | - |
| YUV | 97.36 | 156.02 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 66 | 147 | 0.05 | 0.55 | 0 | 0.42 | 294.81 | 0.38 | 0.42 |
| Hex | 8C | 42 | 93 | 5 | 37 | 0 | 2A | 127 | 26 | 2A |
| Octal | 214 | 102 | 223 | 5 | 67 | 0 | 52 | 447 | 46 | 52 |
| Binary | 10001100 | 1000010 | 10010011 | 101 | 110111 | 0 | 101010 | 100100111 | 100110 | 101010 |
Color Harmonies of #8C4293
Complementary color
Monochromatic Colors of #8C4293
Black with #8C4293
Text Example
Text Example
White with #8C4293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4293; }
p { color: rgb(140,66,147); }
H1.HeaderClassName
{
color: #8C4293;
}
.AnyTagClassName
{
color: #8C4293;
}
</style>
background-color css
<style>
a { background-color: #8C4293; }
a { background-color: rgb(140,66,147); }
div.DivClassName
{
background-color: #8C4293;
}
.BgClassName
{
background-color: #8C4293;
}
</style>
border-color css
<style>
span { border-color: #8C4293; }
span { border-color: rgb(140,66,147); }
td.TdClassName
{
border-color: #8C4293;
}
.TagClassName
{
border-color: #8C4293;
}
</style>