Shades of Viola #C98B9D
Tints of Viola #C98B9D
RGB
CMYK
RGB Variations
Color information
#C98B9D (or 0xC98B9D) is known color: Viola. HEX triplet: C9, 8B and 9D. RGB value is (201,139,157). Sum of RGB (Red+Green+Blue) = 201+139+157=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 139 (54.69% from 255 or 27.97% from 497); Blue value is 157 (61.72% from 255 or 31.59% from 497); Max value from RGB is 201 - color contains mainly: red. Hex color #C98B9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98B9D is #367462. Grayscale: #9F9F9F. Windows color (decimal): -3568739 or 10324937. OLE color: 10324937.
HSL color Cylindrical-coordinate representation of color #C98B9D: hue angle of 342.58º 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 #C98B9D is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 139 | 157 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.21 |
| HSL | 342.58º | 0.36% | 0.67% | - |
| HSV(B) | 342.58º | 0.31% | 0.79% | - |
| XYZ | 39.41 | 33.32 | 36.25 | - |
| YUV | 159.59 | 126.54 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 139 | 157 | 0 | 0.31 | 0.22 | 0.21 | 342.58 | 0.36 | 0.67 |
| Hex | C9 | 8B | 9D | 0 | 1F | 16 | 15 | 157 | 24 | 43 |
| Octal | 311 | 213 | 235 | 0 | 37 | 26 | 25 | 527 | 44 | 103 |
| Binary | 11001001 | 10001011 | 10011101 | 0 | 11111 | 10110 | 10101 | 101010111 | 100100 | 1000011 |
Color Harmonies of #C98B9D
Complementary color
Monochromatic Colors of #C98B9D
Black with #C98B9D
Text Example
Text Example
White with #C98B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98B9D; }
p { color: rgb(201,139,157); }
H1.HeaderClassName
{
color: #C98B9D;
}
.AnyTagClassName
{
color: #C98B9D;
}
</style>
background-color css
<style>
a { background-color: #C98B9D; }
a { background-color: rgb(201,139,157); }
div.DivClassName
{
background-color: #C98B9D;
}
.BgClassName
{
background-color: #C98B9D;
}
</style>
border-color css
<style>
span { border-color: #C98B9D; }
span { border-color: rgb(201,139,157); }
td.TdClassName
{
border-color: #C98B9D;
}
.TagClassName
{
border-color: #C98B9D;
}
</style>