Shades of Mauve #C89EFB
Tints of Mauve #C89EFB
RGB
CMYK
RGB Variations
Color information
#C89EFB (or 0xC89EFB) is known color: Mauve. HEX triplet: C8, 9E and FB. RGB value is (200,158,251). Sum of RGB (Red+Green+Blue) = 200+158+251=609 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.84% from 609); Green value is 158 (62.11% from 255 or 25.94% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 251 - color contains mainly: blue. Hex color #C89EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C89EFB is #376104. Grayscale: #B4B4B4. Windows color (decimal): -3629317 or 16490184. OLE color: 16490184.
HSL color Cylindrical-coordinate representation of color #C89EFB: hue angle of 267.1º degrees, saturation: 0.92, 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 #C89EFB is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 158 | 251 | - |
| CMYK | 0.20 | 0.37 | 0 | 0.02 |
| HSL | 267.1º | 0.92% | 0.8% | - |
| HSV(B) | 267.1º | 0.37% | 0.98% | - |
| XYZ | 53.46 | 43.7 | 96.88 | - |
| YUV | 181.16 | 167.41 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 158 | 251 | 0.20 | 0.37 | 0 | 0.02 | 267.1 | 0.92 | 0.8 |
| Hex | C8 | 9E | FB | 14 | 25 | 0 | 2 | 10B | 5C | 50 |
| Octal | 310 | 236 | 373 | 24 | 45 | 0 | 2 | 413 | 134 | 120 |
| Binary | 11001000 | 10011110 | 11111011 | 10100 | 100101 | 0 | 10 | 100001011 | 1011100 | 1010000 |
Color Harmonies of #C89EFB
Complementary color
Monochromatic Colors of #C89EFB
Black with #C89EFB
Text Example
Text Example
White with #C89EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89EFB; }
p { color: rgb(200,158,251); }
H1.HeaderClassName
{
color: #C89EFB;
}
.AnyTagClassName
{
color: #C89EFB;
}
</style>
background-color css
<style>
a { background-color: #C89EFB; }
a { background-color: rgb(200,158,251); }
div.DivClassName
{
background-color: #C89EFB;
}
.BgClassName
{
background-color: #C89EFB;
}
</style>
border-color css
<style>
span { border-color: #C89EFB; }
span { border-color: rgb(200,158,251); }
td.TdClassName
{
border-color: #C89EFB;
}
.TagClassName
{
border-color: #C89EFB;
}
</style>