Shades of Mauve #CA9CF9
Tints of Mauve #CA9CF9
RGB
CMYK
RGB Variations
Color information
#CA9CF9 (or 0xCA9CF9) is known color: Mauve. HEX triplet: CA, 9C and F9. RGB value is (202,156,249). Sum of RGB (Red+Green+Blue) = 202+156+249=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 156 (61.33% from 255 or 25.70% from 607); Blue value is 249 (97.66% from 255 or 41.02% from 607); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA9CF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9CF9 is #356306. Grayscale: #B4B4B4. Windows color (decimal): -3498759 or 16358602. OLE color: 16358602.
HSL color Cylindrical-coordinate representation of color #CA9CF9: hue angle of 269.68º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA9CF9 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 156 | 249 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.02 |
| HSL | 269.68º | 0.89% | 0.79% | - |
| HSV(B) | 269.68º | 0.37% | 0.98% | - |
| XYZ | 53.34 | 43.17 | 95.14 | - |
| YUV | 180.36 | 166.74 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 156 | 249 | 0.19 | 0.37 | 0 | 0.02 | 269.68 | 0.89 | 0.79 |
| Hex | CA | 9C | F9 | 13 | 25 | 0 | 2 | 10E | 59 | 4F |
| Octal | 312 | 234 | 371 | 23 | 45 | 0 | 2 | 416 | 131 | 117 |
| Binary | 11001010 | 10011100 | 11111001 | 10011 | 100101 | 0 | 10 | 100001110 | 1011001 | 1001111 |
Color Harmonies of #CA9CF9
Complementary color
Monochromatic Colors of #CA9CF9
Black with #CA9CF9
Text Example
Text Example
White with #CA9CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9CF9; }
p { color: rgb(202,156,249); }
H1.HeaderClassName
{
color: #CA9CF9;
}
.AnyTagClassName
{
color: #CA9CF9;
}
</style>
background-color css
<style>
a { background-color: #CA9CF9; }
a { background-color: rgb(202,156,249); }
div.DivClassName
{
background-color: #CA9CF9;
}
.BgClassName
{
background-color: #CA9CF9;
}
</style>
border-color css
<style>
span { border-color: #CA9CF9; }
span { border-color: rgb(202,156,249); }
td.TdClassName
{
border-color: #CA9CF9;
}
.TagClassName
{
border-color: #CA9CF9;
}
</style>