Shades of Viola #C08D9E
Tints of Viola #C08D9E
RGB
CMYK
RGB Variations
Color information
#C08D9E (or 0xC08D9E) is known color: Viola. HEX triplet: C0, 8D and 9E. RGB value is (192,141,158). Sum of RGB (Red+Green+Blue) = 192+141+158=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 158 (62.11% from 255 or 32.18% from 491); Max value from RGB is 192 - color contains mainly: red. Hex color #C08D9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08D9E is #3F7261. Grayscale: #9E9E9E. Windows color (decimal): -4158050 or 10390976. OLE color: 10390976.
HSL color Cylindrical-coordinate representation of color #C08D9E: hue angle of 340º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C08D9E is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 141 | 158 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.25 |
| HSL | 340º | 0.29% | 0.65% | - |
| HSV(B) | 340º | 0.27% | 0.75% | - |
| XYZ | 37.43 | 32.72 | 36.69 | - |
| YUV | 158.19 | 127.9 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 141 | 158 | 0 | 0.27 | 0.18 | 0.25 | 340 | 0.29 | 0.65 |
| Hex | C0 | 8D | 9E | 0 | 1B | 12 | 19 | 154 | 1D | 41 |
| Octal | 300 | 215 | 236 | 0 | 33 | 22 | 31 | 524 | 35 | 101 |
| Binary | 11000000 | 10001101 | 10011110 | 0 | 11011 | 10010 | 11001 | 101010100 | 11101 | 1000001 |
Color Harmonies of #C08D9E
Complementary color
Monochromatic Colors of #C08D9E
Black with #C08D9E
Text Example
Text Example
White with #C08D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08D9E; }
p { color: rgb(192,141,158); }
H1.HeaderClassName
{
color: #C08D9E;
}
.AnyTagClassName
{
color: #C08D9E;
}
</style>
background-color css
<style>
a { background-color: #C08D9E; }
a { background-color: rgb(192,141,158); }
div.DivClassName
{
background-color: #C08D9E;
}
.BgClassName
{
background-color: #C08D9E;
}
</style>
border-color css
<style>
span { border-color: #C08D9E; }
span { border-color: rgb(192,141,158); }
td.TdClassName
{
border-color: #C08D9E;
}
.TagClassName
{
border-color: #C08D9E;
}
</style>