Shades of Mauve #C99BFA
Tints of Mauve #C99BFA
RGB
CMYK
RGB Variations
Color information
#C99BFA (or 0xC99BFA) is known color: Mauve. HEX triplet: C9, 9B and FA. RGB value is (201,155,250). Sum of RGB (Red+Green+Blue) = 201+155+250=606 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.17% from 606); Green value is 155 (60.94% from 255 or 25.58% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #C99BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99BFA is #366405. Grayscale: #B3B3B3. Windows color (decimal): -3564550 or 16423881. OLE color: 16423881.
HSL color Cylindrical-coordinate representation of color #C99BFA: hue angle of 269.05º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C99BFA is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 155 | 250 | - |
| CMYK | 0.20 | 0.38 | 0 | 0.02 |
| HSL | 269.05º | 0.9% | 0.79% | - |
| HSV(B) | 269.05º | 0.38% | 0.98% | - |
| XYZ | 53.06 | 42.76 | 95.9 | - |
| YUV | 179.58 | 167.74 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 155 | 250 | 0.20 | 0.38 | 0 | 0.02 | 269.05 | 0.9 | 0.79 |
| Hex | C9 | 9B | FA | 14 | 26 | 0 | 2 | 10D | 5A | 4F |
| Octal | 311 | 233 | 372 | 24 | 46 | 0 | 2 | 415 | 132 | 117 |
| Binary | 11001001 | 10011011 | 11111010 | 10100 | 100110 | 0 | 10 | 100001101 | 1011010 | 1001111 |
Color Harmonies of #C99BFA
Complementary color
Monochromatic Colors of #C99BFA
Black with #C99BFA
Text Example
Text Example
White with #C99BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99BFA; }
p { color: rgb(201,155,250); }
H1.HeaderClassName
{
color: #C99BFA;
}
.AnyTagClassName
{
color: #C99BFA;
}
</style>
background-color css
<style>
a { background-color: #C99BFA; }
a { background-color: rgb(201,155,250); }
div.DivClassName
{
background-color: #C99BFA;
}
.BgClassName
{
background-color: #C99BFA;
}
</style>
border-color css
<style>
span { border-color: #C99BFA; }
span { border-color: rgb(201,155,250); }
td.TdClassName
{
border-color: #C99BFA;
}
.TagClassName
{
border-color: #C99BFA;
}
</style>