Shades of Viola #C98AA1
Tints of Viola #C98AA1
RGB
CMYK
RGB Variations
Color information
#C98AA1 (or 0xC98AA1) is known color: Viola. HEX triplet: C9, 8A and A1. RGB value is (201,138,161). Sum of RGB (Red+Green+Blue) = 201+138+161=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 138 (54.30% from 255 or 27.6% from 500); Blue value is 161 (63.28% from 255 or 32.2% from 500); Max value from RGB is 201 - color contains mainly: red. Hex color #C98AA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98AA1 is #36755E. Grayscale: #9F9F9F. Windows color (decimal): -3568991 or 10586825. OLE color: 10586825.
HSL color Cylindrical-coordinate representation of color #C98AA1: hue angle of 338.1º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C98AA1 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 138 | 161 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.21 |
| HSL | 338.1º | 0.37% | 0.66% | - |
| HSV(B) | 338.1º | 0.31% | 0.79% | - |
| XYZ | 39.61 | 33.17 | 38.03 | - |
| YUV | 159.46 | 128.87 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 138 | 161 | 0 | 0.31 | 0.20 | 0.21 | 338.1 | 0.37 | 0.66 |
| Hex | C9 | 8A | A1 | 0 | 1F | 14 | 15 | 152 | 25 | 42 |
| Octal | 311 | 212 | 241 | 0 | 37 | 24 | 25 | 522 | 45 | 102 |
| Binary | 11001001 | 10001010 | 10100001 | 0 | 11111 | 10100 | 10101 | 101010010 | 100101 | 1000010 |
Color Harmonies of #C98AA1
Complementary color
Monochromatic Colors of #C98AA1
Black with #C98AA1
Text Example
Text Example
White with #C98AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98AA1; }
p { color: rgb(201,138,161); }
H1.HeaderClassName
{
color: #C98AA1;
}
.AnyTagClassName
{
color: #C98AA1;
}
</style>
background-color css
<style>
a { background-color: #C98AA1; }
a { background-color: rgb(201,138,161); }
div.DivClassName
{
background-color: #C98AA1;
}
.BgClassName
{
background-color: #C98AA1;
}
</style>
border-color css
<style>
span { border-color: #C98AA1; }
span { border-color: rgb(201,138,161); }
td.TdClassName
{
border-color: #C98AA1;
}
.TagClassName
{
border-color: #C98AA1;
}
</style>