Shades of Viola #C6899E
Tints of Viola #C6899E
RGB
CMYK
RGB Variations
Color information
#C6899E (or 0xC6899E) is known color: Viola. HEX triplet: C6, 89 and 9E. RGB value is (198,137,158). Sum of RGB (Red+Green+Blue) = 198+137+158=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 198 - color contains mainly: red. Hex color #C6899E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6899E is #397661. Grayscale: #9D9D9D. Windows color (decimal): -3765858 or 10389958. OLE color: 10389958.
HSL color Cylindrical-coordinate representation of color #C6899E: hue angle of 339.34º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C6899E is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 137 | 158 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.22 |
| HSL | 339.34º | 0.35% | 0.66% | - |
| HSV(B) | 339.34º | 0.31% | 0.78% | - |
| XYZ | 38.41 | 32.37 | 36.57 | - |
| YUV | 157.63 | 128.21 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 137 | 158 | 0 | 0.31 | 0.20 | 0.22 | 339.34 | 0.35 | 0.66 |
| Hex | C6 | 89 | 9E | 0 | 1F | 14 | 16 | 153 | 23 | 42 |
| Octal | 306 | 211 | 236 | 0 | 37 | 24 | 26 | 523 | 43 | 102 |
| Binary | 11000110 | 10001001 | 10011110 | 0 | 11111 | 10100 | 10110 | 101010011 | 100011 | 1000010 |
Color Harmonies of #C6899E
Complementary color
Monochromatic Colors of #C6899E
Black with #C6899E
Text Example
Text Example
White with #C6899E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6899E; }
p { color: rgb(198,137,158); }
H1.HeaderClassName
{
color: #C6899E;
}
.AnyTagClassName
{
color: #C6899E;
}
</style>
background-color css
<style>
a { background-color: #C6899E; }
a { background-color: rgb(198,137,158); }
div.DivClassName
{
background-color: #C6899E;
}
.BgClassName
{
background-color: #C6899E;
}
</style>
border-color css
<style>
span { border-color: #C6899E; }
span { border-color: rgb(198,137,158); }
td.TdClassName
{
border-color: #C6899E;
}
.TagClassName
{
border-color: #C6899E;
}
</style>