Shades of Mauve #C89BFE
Tints of Mauve #C89BFE
RGB
CMYK
RGB Variations
Color information
#C89BFE (or 0xC89BFE) is known color: Mauve. HEX triplet: C8, 9B and FE. RGB value is (200,155,254). Sum of RGB (Red+Green+Blue) = 200+155+254=609 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.84% from 609); Green value is 155 (60.94% from 255 or 25.45% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #C89BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C89BFE is #376401. Grayscale: #B3B3B3. Windows color (decimal): -3630082 or 16686024. OLE color: 16686024.
HSL color Cylindrical-coordinate representation of color #C89BFE: hue angle of 267.27º 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 #C89BFE is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 155 | 254 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.00 |
| HSL | 267.27º | 0.98% | 0.8% | - |
| HSV(B) | 267.27º | 0.39% | 1% | - |
| XYZ | 53.43 | 42.88 | 99.23 | - |
| YUV | 179.74 | 169.91 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 254 | 0.21 | 0.39 | 0 | 0.00 | 267.27 | 0.98 | 0.8 |
| Hex | C8 | 9B | FE | 15 | 27 | 0 | 0 | 10B | 62 | 50 |
| Octal | 310 | 233 | 376 | 25 | 47 | 0 | 0 | 413 | 142 | 120 |
| Binary | 11001000 | 10011011 | 11111110 | 10101 | 100111 | 0 | 0 | 100001011 | 1100010 | 1010000 |
Color Harmonies of #C89BFE
Complementary color
Monochromatic Colors of #C89BFE
Black with #C89BFE
Text Example
Text Example
White with #C89BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89BFE; }
p { color: rgb(200,155,254); }
H1.HeaderClassName
{
color: #C89BFE;
}
.AnyTagClassName
{
color: #C89BFE;
}
</style>
background-color css
<style>
a { background-color: #C89BFE; }
a { background-color: rgb(200,155,254); }
div.DivClassName
{
background-color: #C89BFE;
}
.BgClassName
{
background-color: #C89BFE;
}
</style>
border-color css
<style>
span { border-color: #C89BFE; }
span { border-color: rgb(200,155,254); }
td.TdClassName
{
border-color: #C89BFE;
}
.TagClassName
{
border-color: #C89BFE;
}
</style>