Shades of Vivid Violet #8C4392
Tints of Vivid Violet #8C4392
RGB
CMYK
RGB Variations
Color information
#8C4392 (or 0x8C4392) is known color: Vivid Violet. HEX triplet: 8C, 43 and 92. RGB value is (140,67,146). Sum of RGB (Red+Green+Blue) = 140+67+146=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 67 (26.56% from 255 or 18.98% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 146 - color contains mainly: blue. Hex color #8C4392 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4392 is #73BC6D. Grayscale: #616161. Windows color (decimal): -7584878 or 9585548. OLE color: 9585548.
HSL color Cylindrical-coordinate representation of color #8C4392: hue angle of 295.44º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C4392 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 67 | 146 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.43 |
| HSL | 295.44º | 0.37% | 0.42% | - |
| HSV(B) | 295.44º | 0.54% | 0.57% | - |
| XYZ | 18.01 | 11.67 | 28.5 | - |
| YUV | 97.83 | 155.18 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 67 | 146 | 0.04 | 0.54 | 0 | 0.43 | 295.44 | 0.37 | 0.42 |
| Hex | 8C | 43 | 92 | 4 | 36 | 0 | 2B | 127 | 25 | 2A |
| Octal | 214 | 103 | 222 | 4 | 66 | 0 | 53 | 447 | 45 | 52 |
| Binary | 10001100 | 1000011 | 10010010 | 100 | 110110 | 0 | 101011 | 100100111 | 100101 | 101010 |
Color Harmonies of #8C4392
Complementary color
Monochromatic Colors of #8C4392
Black with #8C4392
Text Example
Text Example
White with #8C4392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4392; }
p { color: rgb(140,67,146); }
H1.HeaderClassName
{
color: #8C4392;
}
.AnyTagClassName
{
color: #8C4392;
}
</style>
background-color css
<style>
a { background-color: #8C4392; }
a { background-color: rgb(140,67,146); }
div.DivClassName
{
background-color: #8C4392;
}
.BgClassName
{
background-color: #8C4392;
}
</style>
border-color css
<style>
span { border-color: #8C4392; }
span { border-color: rgb(140,67,146); }
td.TdClassName
{
border-color: #8C4392;
}
.TagClassName
{
border-color: #8C4392;
}
</style>