Shades of Mauve #C89AFE
Tints of Mauve #C89AFE
RGB
CMYK
RGB Variations
Color information
#C89AFE (or 0xC89AFE) is known color: Mauve. HEX triplet: C8, 9A and FE. RGB value is (200,154,254). Sum of RGB (Red+Green+Blue) = 200+154+254=608 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.89% from 608); Green value is 154 (60.55% from 255 or 25.33% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #C89AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C89AFE is #376501. Grayscale: #B2B2B2. Windows color (decimal): -3630338 or 16685768. OLE color: 16685768.
HSL color Cylindrical-coordinate representation of color #C89AFE: hue angle of 267.6º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C89AFE is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 154 | 254 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.00 |
| HSL | 267.6º | 0.98% | 0.8% | - |
| HSV(B) | 267.6º | 0.39% | 1% | - |
| XYZ | 53.26 | 42.55 | 99.17 | - |
| YUV | 179.15 | 170.24 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 154 | 254 | 0.21 | 0.39 | 0 | 0.00 | 267.6 | 0.98 | 0.8 |
| Hex | C8 | 9A | FE | 15 | 27 | 0 | 0 | 10C | 62 | 50 |
| Octal | 310 | 232 | 376 | 25 | 47 | 0 | 0 | 414 | 142 | 120 |
| Binary | 11001000 | 10011010 | 11111110 | 10101 | 100111 | 0 | 0 | 100001100 | 1100010 | 1010000 |
Color Harmonies of #C89AFE
Complementary color
Monochromatic Colors of #C89AFE
Black with #C89AFE
Text Example
Text Example
White with #C89AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89AFE; }
p { color: rgb(200,154,254); }
H1.HeaderClassName
{
color: #C89AFE;
}
.AnyTagClassName
{
color: #C89AFE;
}
</style>
background-color css
<style>
a { background-color: #C89AFE; }
a { background-color: rgb(200,154,254); }
div.DivClassName
{
background-color: #C89AFE;
}
.BgClassName
{
background-color: #C89AFE;
}
</style>
border-color css
<style>
span { border-color: #C89AFE; }
span { border-color: rgb(200,154,254); }
td.TdClassName
{
border-color: #C89AFE;
}
.TagClassName
{
border-color: #C89AFE;
}
</style>