Shades of Mauve #C89DFA
Tints of Mauve #C89DFA
RGB
CMYK
RGB Variations
Color information
#C89DFA (or 0xC89DFA) is known color: Mauve. HEX triplet: C8, 9D and FA. RGB value is (200,157,250). Sum of RGB (Red+Green+Blue) = 200+157+250=607 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.95% from 607); Green value is 157 (61.72% from 255 or 25.86% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #C89DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C89DFA is #376205. Grayscale: #B4B4B4. Windows color (decimal): -3629574 or 16424392. OLE color: 16424392.
HSL color Cylindrical-coordinate representation of color #C89DFA: hue angle of 267.74º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C89DFA is Cyan = 0.2, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 157 | 250 | - |
| CMYK | 0.2 | 0.37 | 0 | 0.02 |
| HSL | 267.74º | 0.9% | 0.8% | - |
| HSV(B) | 267.74º | 0.37% | 0.98% | - |
| XYZ | 53.13 | 43.3 | 96 | - |
| YUV | 180.46 | 167.25 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 157 | 250 | 0.2 | 0.37 | 0 | 0.02 | 267.74 | 0.9 | 0.8 |
| Hex | C8 | 9D | FA | 14 | 25 | 0 | 2 | 10C | 5A | 50 |
| Octal | 310 | 235 | 372 | 24 | 45 | 0 | 2 | 414 | 132 | 120 |
| Binary | 11001000 | 10011101 | 11111010 | 10100 | 100101 | 0 | 10 | 100001100 | 1011010 | 1010000 |
Color Harmonies of #C89DFA
Complementary color
Monochromatic Colors of #C89DFA
Black with #C89DFA
Text Example
Text Example
White with #C89DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89DFA; }
p { color: rgb(200,157,250); }
H1.HeaderClassName
{
color: #C89DFA;
}
.AnyTagClassName
{
color: #C89DFA;
}
</style>
background-color css
<style>
a { background-color: #C89DFA; }
a { background-color: rgb(200,157,250); }
div.DivClassName
{
background-color: #C89DFA;
}
.BgClassName
{
background-color: #C89DFA;
}
</style>
border-color css
<style>
span { border-color: #C89DFA; }
span { border-color: rgb(200,157,250); }
td.TdClassName
{
border-color: #C89DFA;
}
.TagClassName
{
border-color: #C89DFA;
}
</style>