Shades of Vivid Violet #8C2095
Tints of Vivid Violet #8C2095
RGB
CMYK
RGB Variations
Color information
#8C2095 (or 0x8C2095) is known color: Vivid Violet. HEX triplet: 8C, 20 and 95. RGB value is (140,32,149). Sum of RGB (Red+Green+Blue) = 140+32+149=321 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.61% from 321); Green value is 32 (12.89% from 255 or 9.97% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 149 - color contains mainly: blue. Hex color #8C2095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2095 is #73DF6A. Grayscale: #4D4D4D. Windows color (decimal): -7593835 or 9773196. OLE color: 9773196.
HSL color Cylindrical-coordinate representation of color #8C2095: hue angle of 295.38º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C2095 is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 32 | 149 | - |
| CMYK | 0.06 | 0.79 | 0 | 0.42 |
| HSL | 295.38º | 0.65% | 0.35% | - |
| HSV(B) | 295.38º | 0.79% | 0.58% | - |
| XYZ | 16.76 | 8.78 | 29.25 | - |
| YUV | 77.63 | 168.28 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 32 | 149 | 0.06 | 0.79 | 0 | 0.42 | 295.38 | 0.65 | 0.35 |
| Hex | 8C | 20 | 95 | 6 | 4F | 0 | 2A | 127 | 41 | 23 |
| Octal | 214 | 40 | 225 | 6 | 117 | 0 | 52 | 447 | 101 | 43 |
| Binary | 10001100 | 100000 | 10010101 | 110 | 1001111 | 0 | 101010 | 100100111 | 1000001 | 100011 |
Color Harmonies of #8C2095
Complementary color
Monochromatic Colors of #8C2095
Black with #8C2095
Text Example
Text Example
White with #8C2095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2095; }
p { color: rgb(140,32,149); }
H1.HeaderClassName
{
color: #8C2095;
}
.AnyTagClassName
{
color: #8C2095;
}
</style>
background-color css
<style>
a { background-color: #8C2095; }
a { background-color: rgb(140,32,149); }
div.DivClassName
{
background-color: #8C2095;
}
.BgClassName
{
background-color: #8C2095;
}
</style>
border-color css
<style>
span { border-color: #8C2095; }
span { border-color: rgb(140,32,149); }
td.TdClassName
{
border-color: #8C2095;
}
.TagClassName
{
border-color: #8C2095;
}
</style>