Shades of Mauve #C9A0F9
Tints of Mauve #C9A0F9
RGB
CMYK
RGB Variations
Color information
#C9A0F9 (or 0xC9A0F9) is known color: Mauve. HEX triplet: C9, A0 and F9. RGB value is (201,160,249). Sum of RGB (Red+Green+Blue) = 201+160+249=610 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.95% from 610); Green value is 160 (62.89% from 255 or 26.23% from 610); Blue value is 249 (97.66% from 255 or 40.82% from 610); Max value from RGB is 249 - color contains mainly: blue. Hex color #C9A0F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9A0F9 is #365F06. Grayscale: #B6B6B6. Windows color (decimal): -3563271 or 16359625. OLE color: 16359625.
HSL color Cylindrical-coordinate representation of color #C9A0F9: hue angle of 267.64º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C9A0F9 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 160 | 249 | - |
| CMYK | 0.19 | 0.36 | 0 | 0.02 |
| HSL | 267.64º | 0.88% | 0.8% | - |
| HSV(B) | 267.64º | 0.36% | 0.98% | - |
| XYZ | 53.76 | 44.4 | 95.36 | - |
| YUV | 182.41 | 165.58 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 160 | 249 | 0.19 | 0.36 | 0 | 0.02 | 267.64 | 0.88 | 0.8 |
| Hex | C9 | A0 | F9 | 13 | 24 | 0 | 2 | 10C | 58 | 50 |
| Octal | 311 | 240 | 371 | 23 | 44 | 0 | 2 | 414 | 130 | 120 |
| Binary | 11001001 | 10100000 | 11111001 | 10011 | 100100 | 0 | 10 | 100001100 | 1011000 | 1010000 |
Color Harmonies of #C9A0F9
Complementary color
Monochromatic Colors of #C9A0F9
Black with #C9A0F9
Text Example
Text Example
White with #C9A0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A0F9; }
p { color: rgb(201,160,249); }
H1.HeaderClassName
{
color: #C9A0F9;
}
.AnyTagClassName
{
color: #C9A0F9;
}
</style>
background-color css
<style>
a { background-color: #C9A0F9; }
a { background-color: rgb(201,160,249); }
div.DivClassName
{
background-color: #C9A0F9;
}
.BgClassName
{
background-color: #C9A0F9;
}
</style>
border-color css
<style>
span { border-color: #C9A0F9; }
span { border-color: rgb(201,160,249); }
td.TdClassName
{
border-color: #C9A0F9;
}
.TagClassName
{
border-color: #C9A0F9;
}
</style>