Shades of Mauve #C89FFF
Tints of Mauve #C89FFF
RGB
CMYK
RGB Variations
Color information
#C89FFF (or 0xC89FFF) is known color: Mauve. HEX triplet: C8, 9F and FF. RGB value is (200,159,255). Sum of RGB (Red+Green+Blue) = 200+159+255=614 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.57% from 614); Green value is 159 (62.5% from 255 or 25.90% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #C89FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C89FFF is #376000. Grayscale: #B5B5B5. Windows color (decimal): -3629057 or 16752584. OLE color: 16752584.
HSL color Cylindrical-coordinate representation of color #C89FFF: hue angle of 265.62º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C89FFF is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 159 | 255 | - |
| CMYK | 0.22 | 0.38 | 0 | 0 |
| HSL | 265.63º | 1% | 0.81% | - |
| HSV(B) | 265.63º | 0.38% | 1% | - |
| XYZ | 54.27 | 44.3 | 100.3 | - |
| YUV | 182.2 | 169.08 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 159 | 255 | 0.22 | 0.38 | 0 | 0 | 265.63 | 1 | 0.81 |
| Hex | C8 | 9F | FF | 16 | 26 | 0 | 0 | 10A | 64 | 51 |
| Octal | 310 | 237 | 377 | 26 | 46 | 0 | 0 | 412 | 144 | 121 |
| Binary | 11001000 | 10011111 | 11111111 | 10110 | 100110 | 0 | 0 | 100001010 | 1100100 | 1010001 |
Color Harmonies of #C89FFF
Complementary color
Monochromatic Colors of #C89FFF
Black with #C89FFF
Text Example
Text Example
White with #C89FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89FFF; }
p { color: rgb(200,159,255); }
H1.HeaderClassName
{
color: #C89FFF;
}
.AnyTagClassName
{
color: #C89FFF;
}
</style>
background-color css
<style>
a { background-color: #C89FFF; }
a { background-color: rgb(200,159,255); }
div.DivClassName
{
background-color: #C89FFF;
}
.BgClassName
{
background-color: #C89FFF;
}
</style>
border-color css
<style>
span { border-color: #C89FFF; }
span { border-color: rgb(200,159,255); }
td.TdClassName
{
border-color: #C89FFF;
}
.TagClassName
{
border-color: #C89FFF;
}
</style>