Shades of Mauve #C89BFF
Tints of Mauve #C89BFF
RGB
CMYK
RGB Variations
Color information
#C89BFF (or 0xC89BFF) is known color: Mauve. HEX triplet: C8, 9B and FF. RGB value is (200,155,255). Sum of RGB (Red+Green+Blue) = 200+155+255=610 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.79% from 610); Green value is 155 (60.94% from 255 or 25.41% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #C89BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C89BFF is #376400. Grayscale: #B3B3B3. Windows color (decimal): -3630081 or 16751560. OLE color: 16751560.
HSL color Cylindrical-coordinate representation of color #C89BFF: hue angle of 267º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C89BFF is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 155 | 255 | - |
| CMYK | 0.22 | 0.39 | 0 | 0 |
| HSL | 267º | 1% | 0.8% | - |
| HSV(B) | 267º | 0.39% | 1% | - |
| XYZ | 53.59 | 42.94 | 100.07 | - |
| YUV | 179.86 | 170.41 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 255 | 0.22 | 0.39 | 0 | 0 | 267 | 1 | 0.8 |
| Hex | C8 | 9B | FF | 16 | 27 | 0 | 0 | 10B | 64 | 50 |
| Octal | 310 | 233 | 377 | 26 | 47 | 0 | 0 | 413 | 144 | 120 |
| Binary | 11001000 | 10011011 | 11111111 | 10110 | 100111 | 0 | 0 | 100001011 | 1100100 | 1010000 |
Color Harmonies of #C89BFF
Complementary color
Monochromatic Colors of #C89BFF
Black with #C89BFF
Text Example
Text Example
White with #C89BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89BFF; }
p { color: rgb(200,155,255); }
H1.HeaderClassName
{
color: #C89BFF;
}
.AnyTagClassName
{
color: #C89BFF;
}
</style>
background-color css
<style>
a { background-color: #C89BFF; }
a { background-color: rgb(200,155,255); }
div.DivClassName
{
background-color: #C89BFF;
}
.BgClassName
{
background-color: #C89BFF;
}
</style>
border-color css
<style>
span { border-color: #C89BFF; }
span { border-color: rgb(200,155,255); }
td.TdClassName
{
border-color: #C89BFF;
}
.TagClassName
{
border-color: #C89BFF;
}
</style>