Shades of Lilac #C98ABE
Tints of Lilac #C98ABE
RGB
CMYK
RGB Variations
Color information
#C98ABE (or 0xC98ABE) is known color: Lilac. HEX triplet: C9, 8A and BE. RGB value is (201,138,190). Sum of RGB (Red+Green+Blue) = 201+138+190=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 138 (54.30% from 255 or 26.09% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 201 - color contains mainly: red. Hex color #C98ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98ABE is #367541. Grayscale: #A2A2A2. Windows color (decimal): -3568962 or 12487369. OLE color: 12487369.
HSL color Cylindrical-coordinate representation of color #C98ABE: hue angle of 310.48º 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 #C98ABE is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 138 | 190 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.21 |
| HSL | 310.48º | 0.37% | 0.66% | - |
| HSV(B) | 310.48º | 0.31% | 0.79% | - |
| XYZ | 42.47 | 34.31 | 53.1 | - |
| YUV | 162.77 | 143.37 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 138 | 190 | 0 | 0.31 | 0.05 | 0.21 | 310.48 | 0.37 | 0.66 |
| Hex | C9 | 8A | BE | 0 | 1F | 5 | 15 | 136 | 25 | 42 |
| Octal | 311 | 212 | 276 | 0 | 37 | 5 | 25 | 466 | 45 | 102 |
| Binary | 11001001 | 10001010 | 10111110 | 0 | 11111 | 101 | 10101 | 100110110 | 100101 | 1000010 |
Color Harmonies of #C98ABE
Complementary color
Monochromatic Colors of #C98ABE
Black with #C98ABE
Text Example
Text Example
White with #C98ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98ABE; }
p { color: rgb(201,138,190); }
H1.HeaderClassName
{
color: #C98ABE;
}
.AnyTagClassName
{
color: #C98ABE;
}
</style>
background-color css
<style>
a { background-color: #C98ABE; }
a { background-color: rgb(201,138,190); }
div.DivClassName
{
background-color: #C98ABE;
}
.BgClassName
{
background-color: #C98ABE;
}
</style>
border-color css
<style>
span { border-color: #C98ABE; }
span { border-color: rgb(201,138,190); }
td.TdClassName
{
border-color: #C98ABE;
}
.TagClassName
{
border-color: #C98ABE;
}
</style>