Shades of Viola #C98FA1
Tints of Viola #C98FA1
RGB
CMYK
RGB Variations
Color information
#C98FA1 (or 0xC98FA1) is known color: Viola. HEX triplet: C9, 8F and A1. RGB value is (201,143,161). Sum of RGB (Red+Green+Blue) = 201+143+161=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 143 (56.25% from 255 or 28.32% from 505); Blue value is 161 (63.28% from 255 or 31.88% from 505); Max value from RGB is 201 - color contains mainly: red. Hex color #C98FA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98FA1 is #36705E. Grayscale: #A2A2A2. Windows color (decimal): -3567711 or 10588105. OLE color: 10588105.
HSL color Cylindrical-coordinate representation of color #C98FA1: hue angle of 341.38º 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 #C98FA1 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 143 | 161 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.21 |
| HSL | 341.38º | 0.35% | 0.67% | - |
| HSV(B) | 341.38º | 0.29% | 0.79% | - |
| XYZ | 40.34 | 34.64 | 38.28 | - |
| YUV | 162.39 | 127.22 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 143 | 161 | 0 | 0.29 | 0.20 | 0.21 | 341.38 | 0.35 | 0.67 |
| Hex | C9 | 8F | A1 | 0 | 1D | 14 | 15 | 155 | 23 | 43 |
| Octal | 311 | 217 | 241 | 0 | 35 | 24 | 25 | 525 | 43 | 103 |
| Binary | 11001001 | 10001111 | 10100001 | 0 | 11101 | 10100 | 10101 | 101010101 | 100011 | 1000011 |
Color Harmonies of #C98FA1
Complementary color
Monochromatic Colors of #C98FA1
Black with #C98FA1
Text Example
Text Example
White with #C98FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98FA1; }
p { color: rgb(201,143,161); }
H1.HeaderClassName
{
color: #C98FA1;
}
.AnyTagClassName
{
color: #C98FA1;
}
</style>
background-color css
<style>
a { background-color: #C98FA1; }
a { background-color: rgb(201,143,161); }
div.DivClassName
{
background-color: #C98FA1;
}
.BgClassName
{
background-color: #C98FA1;
}
</style>
border-color css
<style>
span { border-color: #C98FA1; }
span { border-color: rgb(201,143,161); }
td.TdClassName
{
border-color: #C98FA1;
}
.TagClassName
{
border-color: #C98FA1;
}
</style>