Shades of Viola #C98B9E
Tints of Viola #C98B9E
RGB
CMYK
RGB Variations
Color information
#C98B9E (or 0xC98B9E) is known color: Viola. HEX triplet: C9, 8B and 9E. RGB value is (201,139,158). Sum of RGB (Red+Green+Blue) = 201+139+158=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 139 (54.69% from 255 or 27.91% from 498); Blue value is 158 (62.11% from 255 or 31.73% from 498); Max value from RGB is 201 - color contains mainly: red. Hex color #C98B9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98B9E is #367461. Grayscale: #9F9F9F. Windows color (decimal): -3568738 or 10390473. OLE color: 10390473.
HSL color Cylindrical-coordinate representation of color #C98B9E: hue angle of 341.61º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C98B9E is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 139 | 158 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.21 |
| HSL | 341.61º | 0.36% | 0.67% | - |
| HSV(B) | 341.61º | 0.31% | 0.79% | - |
| XYZ | 39.49 | 33.35 | 36.7 | - |
| YUV | 159.7 | 127.04 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 139 | 158 | 0 | 0.31 | 0.21 | 0.21 | 341.61 | 0.36 | 0.67 |
| Hex | C9 | 8B | 9E | 0 | 1F | 15 | 15 | 156 | 24 | 43 |
| Octal | 311 | 213 | 236 | 0 | 37 | 25 | 25 | 526 | 44 | 103 |
| Binary | 11001001 | 10001011 | 10011110 | 0 | 11111 | 10101 | 10101 | 101010110 | 100100 | 1000011 |
Color Harmonies of #C98B9E
Complementary color
Monochromatic Colors of #C98B9E
Black with #C98B9E
Text Example
Text Example
White with #C98B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98B9E; }
p { color: rgb(201,139,158); }
H1.HeaderClassName
{
color: #C98B9E;
}
.AnyTagClassName
{
color: #C98B9E;
}
</style>
background-color css
<style>
a { background-color: #C98B9E; }
a { background-color: rgb(201,139,158); }
div.DivClassName
{
background-color: #C98B9E;
}
.BgClassName
{
background-color: #C98B9E;
}
</style>
border-color css
<style>
span { border-color: #C98B9E; }
span { border-color: rgb(201,139,158); }
td.TdClassName
{
border-color: #C98B9E;
}
.TagClassName
{
border-color: #C98B9E;
}
</style>