Shades of Viola #C9919A
Tints of Viola #C9919A
RGB
CMYK
RGB Variations
Color information
#C9919A (or 0xC9919A) is known color: Viola. HEX triplet: C9, 91 and 9A. RGB value is (201,145,154). Sum of RGB (Red+Green+Blue) = 201+145+154=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 154 (60.55% from 255 or 30.8% from 500); Max value from RGB is 201 - color contains mainly: red. Hex color #C9919A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9919A is #366E65. Grayscale: #A2A2A2. Windows color (decimal): -3567206 or 10129865. OLE color: 10129865.
HSL color Cylindrical-coordinate representation of color #C9919A: hue angle of 350.36º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C9919A is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 145 | 154 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.21 |
| HSL | 350.36º | 0.34% | 0.68% | - |
| HSV(B) | 350.36º | 0.28% | 0.79% | - |
| XYZ | 40.05 | 35 | 35.22 | - |
| YUV | 162.77 | 123.05 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 145 | 154 | 0 | 0.28 | 0.23 | 0.21 | 350.36 | 0.34 | 0.68 |
| Hex | C9 | 91 | 9A | 0 | 1C | 17 | 15 | 15E | 22 | 44 |
| Octal | 311 | 221 | 232 | 0 | 34 | 27 | 25 | 536 | 42 | 104 |
| Binary | 11001001 | 10010001 | 10011010 | 0 | 11100 | 10111 | 10101 | 101011110 | 100010 | 1000100 |
Color Harmonies of #C9919A
Complementary color
Monochromatic Colors of #C9919A
Black with #C9919A
Text Example
Text Example
White with #C9919A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9919A; }
p { color: rgb(201,145,154); }
H1.HeaderClassName
{
color: #C9919A;
}
.AnyTagClassName
{
color: #C9919A;
}
</style>
background-color css
<style>
a { background-color: #C9919A; }
a { background-color: rgb(201,145,154); }
div.DivClassName
{
background-color: #C9919A;
}
.BgClassName
{
background-color: #C9919A;
}
</style>
border-color css
<style>
span { border-color: #C9919A; }
span { border-color: rgb(201,145,154); }
td.TdClassName
{
border-color: #C9919A;
}
.TagClassName
{
border-color: #C9919A;
}
</style>