Shades of Vivid Violet #8C3994
Tints of Vivid Violet #8C3994
RGB
CMYK
RGB Variations
Color information
#8C3994 (or 0x8C3994) is known color: Vivid Violet. HEX triplet: 8C, 39 and 94. RGB value is (140,57,148). Sum of RGB (Red+Green+Blue) = 140+57+148=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 148 (58.20% from 255 or 42.90% from 345); Max value from RGB is 148 - color contains mainly: blue. Hex color #8C3994 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3994 is #73C66B. Grayscale: #5B5B5B. Windows color (decimal): -7587436 or 9714060. OLE color: 9714060.
HSL color Cylindrical-coordinate representation of color #8C3994: hue angle of 294.73º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C3994 is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 57 | 148 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.42 |
| HSL | 294.73º | 0.44% | 0.4% | - |
| HSV(B) | 294.73º | 0.61% | 0.58% | - |
| XYZ | 17.62 | 10.64 | 29.14 | - |
| YUV | 92.19 | 159.5 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 57 | 148 | 0.05 | 0.61 | 0 | 0.42 | 294.73 | 0.44 | 0.4 |
| Hex | 8C | 39 | 94 | 5 | 3D | 0 | 2A | 127 | 2C | 28 |
| Octal | 214 | 71 | 224 | 5 | 75 | 0 | 52 | 447 | 54 | 50 |
| Binary | 10001100 | 111001 | 10010100 | 101 | 111101 | 0 | 101010 | 100100111 | 101100 | 101000 |
Color Harmonies of #8C3994
Complementary color
Monochromatic Colors of #8C3994
Black with #8C3994
Text Example
Text Example
White with #8C3994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3994; }
p { color: rgb(140,57,148); }
H1.HeaderClassName
{
color: #8C3994;
}
.AnyTagClassName
{
color: #8C3994;
}
</style>
background-color css
<style>
a { background-color: #8C3994; }
a { background-color: rgb(140,57,148); }
div.DivClassName
{
background-color: #8C3994;
}
.BgClassName
{
background-color: #8C3994;
}
</style>
border-color css
<style>
span { border-color: #8C3994; }
span { border-color: rgb(140,57,148); }
td.TdClassName
{
border-color: #8C3994;
}
.TagClassName
{
border-color: #8C3994;
}
</style>