Shades of Mauve #C89DFF
Tints of Mauve #C89DFF
RGB
CMYK
RGB Variations
Color information
#C89DFF (or 0xC89DFF) is known color: Mauve. HEX triplet: C8, 9D and FF. RGB value is (200,157,255). Sum of RGB (Red+Green+Blue) = 200+157+255=612 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.68% from 612); Green value is 157 (61.72% from 255 or 25.65% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #C89DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C89DFF is #376200. Grayscale: #B4B4B4. Windows color (decimal): -3629569 or 16752072. OLE color: 16752072.
HSL color Cylindrical-coordinate representation of color #C89DFF: hue angle of 266.33º 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 #C89DFF is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 157 | 255 | - |
| CMYK | 0.22 | 0.38 | 0 | 0 |
| HSL | 266.33º | 1% | 0.81% | - |
| HSV(B) | 266.33º | 0.38% | 1% | - |
| XYZ | 53.93 | 43.61 | 100.18 | - |
| YUV | 181.03 | 169.75 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 157 | 255 | 0.22 | 0.38 | 0 | 0 | 266.33 | 1 | 0.81 |
| Hex | C8 | 9D | FF | 16 | 26 | 0 | 0 | 10A | 64 | 51 |
| Octal | 310 | 235 | 377 | 26 | 46 | 0 | 0 | 412 | 144 | 121 |
| Binary | 11001000 | 10011101 | 11111111 | 10110 | 100110 | 0 | 0 | 100001010 | 1100100 | 1010001 |
Color Harmonies of #C89DFF
Complementary color
Monochromatic Colors of #C89DFF
Black with #C89DFF
Text Example
Text Example
White with #C89DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89DFF; }
p { color: rgb(200,157,255); }
H1.HeaderClassName
{
color: #C89DFF;
}
.AnyTagClassName
{
color: #C89DFF;
}
</style>
background-color css
<style>
a { background-color: #C89DFF; }
a { background-color: rgb(200,157,255); }
div.DivClassName
{
background-color: #C89DFF;
}
.BgClassName
{
background-color: #C89DFF;
}
</style>
border-color css
<style>
span { border-color: #C89DFF; }
span { border-color: rgb(200,157,255); }
td.TdClassName
{
border-color: #C89DFF;
}
.TagClassName
{
border-color: #C89DFF;
}
</style>