Shades of Viola #C6939D
Tints of Viola #C6939D
RGB
CMYK
RGB Variations
Color information
#C6939D (or 0xC6939D) is known color: Viola. HEX triplet: C6, 93 and 9D. RGB value is (198,147,157). Sum of RGB (Red+Green+Blue) = 198+147+157=502 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.44% from 502); Green value is 147 (57.81% from 255 or 29.28% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 198 - color contains mainly: red. Hex color #C6939D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6939D is #396C62. Grayscale: #A3A3A3. Windows color (decimal): -3763299 or 10326982. OLE color: 10326982.
HSL color Cylindrical-coordinate representation of color #C6939D: hue angle of 348.24º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C6939D is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 147 | 157 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.22 |
| HSL | 348.24º | 0.31% | 0.68% | - |
| HSV(B) | 348.24º | 0.26% | 0.78% | - |
| XYZ | 39.81 | 35.31 | 36.62 | - |
| YUV | 163.39 | 124.4 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 147 | 157 | 0 | 0.26 | 0.21 | 0.22 | 348.24 | 0.31 | 0.68 |
| Hex | C6 | 93 | 9D | 0 | 1A | 15 | 16 | 15C | 1F | 44 |
| Octal | 306 | 223 | 235 | 0 | 32 | 25 | 26 | 534 | 37 | 104 |
| Binary | 11000110 | 10010011 | 10011101 | 0 | 11010 | 10101 | 10110 | 101011100 | 11111 | 1000100 |
Color Harmonies of #C6939D
Complementary color
Monochromatic Colors of #C6939D
Black with #C6939D
Text Example
Text Example
White with #C6939D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6939D; }
p { color: rgb(198,147,157); }
H1.HeaderClassName
{
color: #C6939D;
}
.AnyTagClassName
{
color: #C6939D;
}
</style>
background-color css
<style>
a { background-color: #C6939D; }
a { background-color: rgb(198,147,157); }
div.DivClassName
{
background-color: #C6939D;
}
.BgClassName
{
background-color: #C6939D;
}
</style>
border-color css
<style>
span { border-color: #C6939D; }
span { border-color: rgb(198,147,157); }
td.TdClassName
{
border-color: #C6939D;
}
.TagClassName
{
border-color: #C6939D;
}
</style>