Shades of Vivid Violet #8C3C95
Tints of Vivid Violet #8C3C95
RGB
CMYK
RGB Variations
Color information
#8C3C95 (or 0x8C3C95) is known color: Vivid Violet. HEX triplet: 8C, 3C and 95. RGB value is (140,60,149). Sum of RGB (Red+Green+Blue) = 140+60+149=349 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.11% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 149 (58.59% from 255 or 42.69% from 349); Max value from RGB is 149 - color contains mainly: blue. Hex color #8C3C95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3C95 is #73C36A. Grayscale: #5D5D5D. Windows color (decimal): -7586667 or 9780364. OLE color: 9780364.
HSL color Cylindrical-coordinate representation of color #8C3C95: hue angle of 293.93º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C3C95 is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 60 | 149 | - |
| CMYK | 0.06 | 0.60 | 0 | 0.42 |
| HSL | 293.93º | 0.43% | 0.41% | - |
| HSV(B) | 293.93º | 0.6% | 0.58% | - |
| XYZ | 17.86 | 10.98 | 29.61 | - |
| YUV | 94.07 | 159 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 60 | 149 | 0.06 | 0.60 | 0 | 0.42 | 293.93 | 0.43 | 0.41 |
| Hex | 8C | 3C | 95 | 6 | 3C | 0 | 2A | 126 | 2B | 29 |
| Octal | 214 | 74 | 225 | 6 | 74 | 0 | 52 | 446 | 53 | 51 |
| Binary | 10001100 | 111100 | 10010101 | 110 | 111100 | 0 | 101010 | 100100110 | 101011 | 101001 |
Color Harmonies of #8C3C95
Complementary color
Monochromatic Colors of #8C3C95
Black with #8C3C95
Text Example
Text Example
White with #8C3C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3C95; }
p { color: rgb(140,60,149); }
H1.HeaderClassName
{
color: #8C3C95;
}
.AnyTagClassName
{
color: #8C3C95;
}
</style>
background-color css
<style>
a { background-color: #8C3C95; }
a { background-color: rgb(140,60,149); }
div.DivClassName
{
background-color: #8C3C95;
}
.BgClassName
{
background-color: #8C3C95;
}
</style>
border-color css
<style>
span { border-color: #8C3C95; }
span { border-color: rgb(140,60,149); }
td.TdClassName
{
border-color: #8C3C95;
}
.TagClassName
{
border-color: #8C3C95;
}
</style>