Shades of Mauve #C89AFD
Tints of Mauve #C89AFD
RGB
CMYK
RGB Variations
Color information
#C89AFD (or 0xC89AFD) is known color: Mauve. HEX triplet: C8, 9A and FD. RGB value is (200,154,253). Sum of RGB (Red+Green+Blue) = 200+154+253=607 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.95% from 607); Green value is 154 (60.55% from 255 or 25.37% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #C89AFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C89AFD is #376502. Grayscale: #B2B2B2. Windows color (decimal): -3630339 or 16620232. OLE color: 16620232.
HSL color Cylindrical-coordinate representation of color #C89AFD: hue angle of 267.88º 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 #C89AFD is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 154 | 253 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.01 |
| HSL | 267.88º | 0.96% | 0.8% | - |
| HSV(B) | 267.88º | 0.39% | 0.99% | - |
| XYZ | 53.1 | 42.48 | 98.33 | - |
| YUV | 179.04 | 169.74 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 154 | 253 | 0.21 | 0.39 | 0 | 0.01 | 267.88 | 0.96 | 0.8 |
| Hex | C8 | 9A | FD | 15 | 27 | 0 | 1 | 10C | 60 | 50 |
| Octal | 310 | 232 | 375 | 25 | 47 | 0 | 1 | 414 | 140 | 120 |
| Binary | 11001000 | 10011010 | 11111101 | 10101 | 100111 | 0 | 1 | 100001100 | 1100000 | 1010000 |
Color Harmonies of #C89AFD
Complementary color
Monochromatic Colors of #C89AFD
Black with #C89AFD
Text Example
Text Example
White with #C89AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89AFD; }
p { color: rgb(200,154,253); }
H1.HeaderClassName
{
color: #C89AFD;
}
.AnyTagClassName
{
color: #C89AFD;
}
</style>
background-color css
<style>
a { background-color: #C89AFD; }
a { background-color: rgb(200,154,253); }
div.DivClassName
{
background-color: #C89AFD;
}
.BgClassName
{
background-color: #C89AFD;
}
</style>
border-color css
<style>
span { border-color: #C89AFD; }
span { border-color: rgb(200,154,253); }
td.TdClassName
{
border-color: #C89AFD;
}
.TagClassName
{
border-color: #C89AFD;
}
</style>