Shades of Vivid Violet #8C2A95
Tints of Vivid Violet #8C2A95
RGB
CMYK
RGB Variations
Color information
#8C2A95 (or 0x8C2A95) is known color: Vivid Violet. HEX triplet: 8C, 2A and 95. RGB value is (140,42,149). Sum of RGB (Red+Green+Blue) = 140+42+149=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 42 (16.80% from 255 or 12.69% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 149 - color contains mainly: blue. Hex color #8C2A95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2A95 is #73D56A. Grayscale: #535353. Windows color (decimal): -7591275 or 9775756. OLE color: 9775756.
HSL color Cylindrical-coordinate representation of color #8C2A95: hue angle of 294.95º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8C2A95 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 42 | 149 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.42 |
| HSL | 294.95º | 0.56% | 0.37% | - |
| HSV(B) | 294.95º | 0.72% | 0.58% | - |
| XYZ | 17.07 | 9.4 | 29.35 | - |
| YUV | 83.5 | 164.97 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 42 | 149 | 0.06 | 0.72 | 0 | 0.42 | 294.95 | 0.56 | 0.37 |
| Hex | 8C | 2A | 95 | 6 | 48 | 0 | 2A | 127 | 38 | 25 |
| Octal | 214 | 52 | 225 | 6 | 110 | 0 | 52 | 447 | 70 | 45 |
| Binary | 10001100 | 101010 | 10010101 | 110 | 1001000 | 0 | 101010 | 100100111 | 111000 | 100101 |
Color Harmonies of #8C2A95
Complementary color
Monochromatic Colors of #8C2A95
Black with #8C2A95
Text Example
Text Example
White with #8C2A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2A95; }
p { color: rgb(140,42,149); }
H1.HeaderClassName
{
color: #8C2A95;
}
.AnyTagClassName
{
color: #8C2A95;
}
</style>
background-color css
<style>
a { background-color: #8C2A95; }
a { background-color: rgb(140,42,149); }
div.DivClassName
{
background-color: #8C2A95;
}
.BgClassName
{
background-color: #8C2A95;
}
</style>
border-color css
<style>
span { border-color: #8C2A95; }
span { border-color: rgb(140,42,149); }
td.TdClassName
{
border-color: #8C2A95;
}
.TagClassName
{
border-color: #8C2A95;
}
</style>