Shades of Viola #C98C9E
Tints of Viola #C98C9E
RGB
CMYK
RGB Variations
Color information
#C98C9E (or 0xC98C9E) is known color: Viola. HEX triplet: C9, 8C and 9E. RGB value is (201,140,158). Sum of RGB (Red+Green+Blue) = 201+140+158=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 140 (55.08% from 255 or 28.06% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 201 - color contains mainly: red. Hex color #C98C9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98C9E is #367361. Grayscale: #A0A0A0. Windows color (decimal): -3568482 or 10390729. OLE color: 10390729.
HSL color Cylindrical-coordinate representation of color #C98C9E: hue angle of 342.3º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C98C9E is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 140 | 158 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.21 |
| HSL | 342.3º | 0.36% | 0.67% | - |
| HSV(B) | 342.3º | 0.3% | 0.79% | - |
| XYZ | 39.64 | 33.64 | 36.75 | - |
| YUV | 160.29 | 126.71 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 140 | 158 | 0 | 0.30 | 0.21 | 0.21 | 342.3 | 0.36 | 0.67 |
| Hex | C9 | 8C | 9E | 0 | 1E | 15 | 15 | 156 | 24 | 43 |
| Octal | 311 | 214 | 236 | 0 | 36 | 25 | 25 | 526 | 44 | 103 |
| Binary | 11001001 | 10001100 | 10011110 | 0 | 11110 | 10101 | 10101 | 101010110 | 100100 | 1000011 |
Color Harmonies of #C98C9E
Complementary color
Monochromatic Colors of #C98C9E
Black with #C98C9E
Text Example
Text Example
White with #C98C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98C9E; }
p { color: rgb(201,140,158); }
H1.HeaderClassName
{
color: #C98C9E;
}
.AnyTagClassName
{
color: #C98C9E;
}
</style>
background-color css
<style>
a { background-color: #C98C9E; }
a { background-color: rgb(201,140,158); }
div.DivClassName
{
background-color: #C98C9E;
}
.BgClassName
{
background-color: #C98C9E;
}
</style>
border-color css
<style>
span { border-color: #C98C9E; }
span { border-color: rgb(201,140,158); }
td.TdClassName
{
border-color: #C98C9E;
}
.TagClassName
{
border-color: #C98C9E;
}
</style>