Shades of Mauve #C89EFA
Tints of Mauve #C89EFA
RGB
CMYK
RGB Variations
Color information
#C89EFA (or 0xC89EFA) is known color: Mauve. HEX triplet: C8, 9E and FA. RGB value is (200,158,250). Sum of RGB (Red+Green+Blue) = 200+158+250=608 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.89% from 608); Green value is 158 (62.11% from 255 or 25.99% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #C89EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C89EFA is #376105. Grayscale: #B4B4B4. Windows color (decimal): -3629318 or 16424648. OLE color: 16424648.
HSL color Cylindrical-coordinate representation of color #C89EFA: hue angle of 267.39º 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 #C89EFA is Cyan = 0.2, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 158 | 250 | - |
| CMYK | 0.2 | 0.37 | 0 | 0.02 |
| HSL | 267.39º | 0.9% | 0.8% | - |
| HSV(B) | 267.39º | 0.37% | 0.98% | - |
| XYZ | 53.3 | 43.64 | 96.06 | - |
| YUV | 181.05 | 166.91 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 158 | 250 | 0.2 | 0.37 | 0 | 0.02 | 267.39 | 0.9 | 0.8 |
| Hex | C8 | 9E | FA | 14 | 25 | 0 | 2 | 10B | 5A | 50 |
| Octal | 310 | 236 | 372 | 24 | 45 | 0 | 2 | 413 | 132 | 120 |
| Binary | 11001000 | 10011110 | 11111010 | 10100 | 100101 | 0 | 10 | 100001011 | 1011010 | 1010000 |
Color Harmonies of #C89EFA
Complementary color
Monochromatic Colors of #C89EFA
Black with #C89EFA
Text Example
Text Example
White with #C89EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89EFA; }
p { color: rgb(200,158,250); }
H1.HeaderClassName
{
color: #C89EFA;
}
.AnyTagClassName
{
color: #C89EFA;
}
</style>
background-color css
<style>
a { background-color: #C89EFA; }
a { background-color: rgb(200,158,250); }
div.DivClassName
{
background-color: #C89EFA;
}
.BgClassName
{
background-color: #C89EFA;
}
</style>
border-color css
<style>
span { border-color: #C89EFA; }
span { border-color: rgb(200,158,250); }
td.TdClassName
{
border-color: #C89EFA;
}
.TagClassName
{
border-color: #C89EFA;
}
</style>