Shades of Mauve #C89AFA
Tints of Mauve #C89AFA
RGB
CMYK
RGB Variations
Color information
#C89AFA (or 0xC89AFA) is known color: Mauve. HEX triplet: C8, 9A and FA. RGB value is (200,154,250). Sum of RGB (Red+Green+Blue) = 200+154+250=604 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.11% from 604); Green value is 154 (60.55% from 255 or 25.50% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #C89AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C89AFA is #376505. Grayscale: #B2B2B2. Windows color (decimal): -3630342 or 16423624. OLE color: 16423624.
HSL color Cylindrical-coordinate representation of color #C89AFA: hue angle of 268.75º degrees, saturation: 0.91, 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 #C89AFA is Cyan = 0.2, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 154 | 250 | - |
| CMYK | 0.2 | 0.38 | 0 | 0.02 |
| HSL | 268.75º | 0.91% | 0.79% | - |
| HSV(B) | 268.75º | 0.38% | 0.98% | - |
| XYZ | 52.63 | 42.29 | 95.83 | - |
| YUV | 178.7 | 168.24 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 154 | 250 | 0.2 | 0.38 | 0 | 0.02 | 268.75 | 0.91 | 0.79 |
| Hex | C8 | 9A | FA | 14 | 26 | 0 | 2 | 10D | 5B | 4F |
| Octal | 310 | 232 | 372 | 24 | 46 | 0 | 2 | 415 | 133 | 117 |
| Binary | 11001000 | 10011010 | 11111010 | 10100 | 100110 | 0 | 10 | 100001101 | 1011011 | 1001111 |
Color Harmonies of #C89AFA
Complementary color
Monochromatic Colors of #C89AFA
Black with #C89AFA
Text Example
Text Example
White with #C89AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89AFA; }
p { color: rgb(200,154,250); }
H1.HeaderClassName
{
color: #C89AFA;
}
.AnyTagClassName
{
color: #C89AFA;
}
</style>
background-color css
<style>
a { background-color: #C89AFA; }
a { background-color: rgb(200,154,250); }
div.DivClassName
{
background-color: #C89AFA;
}
.BgClassName
{
background-color: #C89AFA;
}
</style>
border-color css
<style>
span { border-color: #C89AFA; }
span { border-color: rgb(200,154,250); }
td.TdClassName
{
border-color: #C89AFA;
}
.TagClassName
{
border-color: #C89AFA;
}
</style>