Shades of Mauve #C89BFD
Tints of Mauve #C89BFD
RGB
CMYK
RGB Variations
Color information
#C89BFD (or 0xC89BFD) is known color: Mauve. HEX triplet: C8, 9B and FD. RGB value is (200,155,253). Sum of RGB (Red+Green+Blue) = 200+155+253=608 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.89% from 608); Green value is 155 (60.94% from 255 or 25.49% from 608); Blue value is 253 (99.22% from 255 or 41.61% from 608); Max value from RGB is 253 - color contains mainly: blue. Hex color #C89BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C89BFD is #376402. Grayscale: #B3B3B3. Windows color (decimal): -3630083 or 16620488. OLE color: 16620488.
HSL color Cylindrical-coordinate representation of color #C89BFD: hue angle of 267.55º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C89BFD is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 155 | 253 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.01 |
| HSL | 267.55º | 0.96% | 0.8% | - |
| HSV(B) | 267.55º | 0.39% | 0.99% | - |
| XYZ | 53.27 | 42.81 | 98.38 | - |
| YUV | 179.63 | 169.41 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 253 | 0.21 | 0.39 | 0 | 0.01 | 267.55 | 0.96 | 0.8 |
| Hex | C8 | 9B | FD | 15 | 27 | 0 | 1 | 10C | 60 | 50 |
| Octal | 310 | 233 | 375 | 25 | 47 | 0 | 1 | 414 | 140 | 120 |
| Binary | 11001000 | 10011011 | 11111101 | 10101 | 100111 | 0 | 1 | 100001100 | 1100000 | 1010000 |
Color Harmonies of #C89BFD
Complementary color
Monochromatic Colors of #C89BFD
Black with #C89BFD
Text Example
Text Example
White with #C89BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89BFD; }
p { color: rgb(200,155,253); }
H1.HeaderClassName
{
color: #C89BFD;
}
.AnyTagClassName
{
color: #C89BFD;
}
</style>
background-color css
<style>
a { background-color: #C89BFD; }
a { background-color: rgb(200,155,253); }
div.DivClassName
{
background-color: #C89BFD;
}
.BgClassName
{
background-color: #C89BFD;
}
</style>
border-color css
<style>
span { border-color: #C89BFD; }
span { border-color: rgb(200,155,253); }
td.TdClassName
{
border-color: #C89BFD;
}
.TagClassName
{
border-color: #C89BFD;
}
</style>