Shades of Viola #C98F9C
Tints of Viola #C98F9C
RGB
CMYK
RGB Variations
Color information
#C98F9C (or 0xC98F9C) is known color: Viola. HEX triplet: C9, 8F and 9C. RGB value is (201,143,156). Sum of RGB (Red+Green+Blue) = 201+143+156=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 143 (56.25% from 255 or 28.6% from 500); Blue value is 156 (61.33% from 255 or 31.2% from 500); Max value from RGB is 201 - color contains mainly: red. Hex color #C98F9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98F9C is #367063. Grayscale: #A1A1A1. Windows color (decimal): -3567716 or 10260425. OLE color: 10260425.
HSL color Cylindrical-coordinate representation of color #C98F9C: hue angle of 346.55º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C98F9C is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 143 | 156 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.21 |
| HSL | 346.55º | 0.35% | 0.67% | - |
| HSV(B) | 346.55º | 0.29% | 0.79% | - |
| XYZ | 39.91 | 34.46 | 36 | - |
| YUV | 161.82 | 124.72 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 143 | 156 | 0 | 0.29 | 0.22 | 0.21 | 346.55 | 0.35 | 0.67 |
| Hex | C9 | 8F | 9C | 0 | 1D | 16 | 15 | 15B | 23 | 43 |
| Octal | 311 | 217 | 234 | 0 | 35 | 26 | 25 | 533 | 43 | 103 |
| Binary | 11001001 | 10001111 | 10011100 | 0 | 11101 | 10110 | 10101 | 101011011 | 100011 | 1000011 |
Color Harmonies of #C98F9C
Complementary color
Monochromatic Colors of #C98F9C
Black with #C98F9C
Text Example
Text Example
White with #C98F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98F9C; }
p { color: rgb(201,143,156); }
H1.HeaderClassName
{
color: #C98F9C;
}
.AnyTagClassName
{
color: #C98F9C;
}
</style>
background-color css
<style>
a { background-color: #C98F9C; }
a { background-color: rgb(201,143,156); }
div.DivClassName
{
background-color: #C98F9C;
}
.BgClassName
{
background-color: #C98F9C;
}
</style>
border-color css
<style>
span { border-color: #C98F9C; }
span { border-color: rgb(201,143,156); }
td.TdClassName
{
border-color: #C98F9C;
}
.TagClassName
{
border-color: #C98F9C;
}
</style>