Shades of Vivid Violet #8C3194
Tints of Vivid Violet #8C3194
RGB
CMYK
RGB Variations
Color information
#8C3194 (or 0x8C3194) is known color: Vivid Violet. HEX triplet: 8C, 31 and 94. RGB value is (140,49,148). Sum of RGB (Red+Green+Blue) = 140+49+148=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 148 (58.20% from 255 or 43.92% from 337); Max value from RGB is 148 - color contains mainly: blue. Hex color #8C3194 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3194 is #73CE6B. Grayscale: #575757. Windows color (decimal): -7589484 or 9712012. OLE color: 9712012.
HSL color Cylindrical-coordinate representation of color #8C3194: hue angle of 295.15º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8C3194 is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 49 | 148 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.42 |
| HSL | 295.15º | 0.5% | 0.39% | - |
| HSV(B) | 295.15º | 0.67% | 0.58% | - |
| XYZ | 17.26 | 9.91 | 29.02 | - |
| YUV | 87.5 | 162.15 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 49 | 148 | 0.05 | 0.67 | 0 | 0.42 | 295.15 | 0.5 | 0.39 |
| Hex | 8C | 31 | 94 | 5 | 43 | 0 | 2A | 127 | 32 | 27 |
| Octal | 214 | 61 | 224 | 5 | 103 | 0 | 52 | 447 | 62 | 47 |
| Binary | 10001100 | 110001 | 10010100 | 101 | 1000011 | 0 | 101010 | 100100111 | 110010 | 100111 |
Color Harmonies of #8C3194
Complementary color
Monochromatic Colors of #8C3194
Black with #8C3194
Text Example
Text Example
White with #8C3194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3194; }
p { color: rgb(140,49,148); }
H1.HeaderClassName
{
color: #8C3194;
}
.AnyTagClassName
{
color: #8C3194;
}
</style>
background-color css
<style>
a { background-color: #8C3194; }
a { background-color: rgb(140,49,148); }
div.DivClassName
{
background-color: #8C3194;
}
.BgClassName
{
background-color: #8C3194;
}
</style>
border-color css
<style>
span { border-color: #8C3194; }
span { border-color: rgb(140,49,148); }
td.TdClassName
{
border-color: #8C3194;
}
.TagClassName
{
border-color: #8C3194;
}
</style>