Shades of Mauve #C89AFC
Tints of Mauve #C89AFC
RGB
CMYK
RGB Variations
Color information
#C89AFC (or 0xC89AFC) is known color: Mauve. HEX triplet: C8, 9A and FC. RGB value is (200,154,252). Sum of RGB (Red+Green+Blue) = 200+154+252=606 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.00% from 606); Green value is 154 (60.55% from 255 or 25.41% from 606); Blue value is 252 (98.83% from 255 or 41.58% from 606); Max value from RGB is 252 - color contains mainly: blue. Hex color #C89AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C89AFC is #376503. Grayscale: #B2B2B2. Windows color (decimal): -3630340 or 16554696. OLE color: 16554696.
HSL color Cylindrical-coordinate representation of color #C89AFC: hue angle of 268.16º degrees, saturation: 0.94, 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 #C89AFC is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 154 | 252 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.01 |
| HSL | 268.16º | 0.94% | 0.8% | - |
| HSV(B) | 268.16º | 0.39% | 0.99% | - |
| XYZ | 52.95 | 42.42 | 97.49 | - |
| YUV | 178.93 | 169.24 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 154 | 252 | 0.21 | 0.39 | 0 | 0.01 | 268.16 | 0.94 | 0.8 |
| Hex | C8 | 9A | FC | 15 | 27 | 0 | 1 | 10C | 5E | 50 |
| Octal | 310 | 232 | 374 | 25 | 47 | 0 | 1 | 414 | 136 | 120 |
| Binary | 11001000 | 10011010 | 11111100 | 10101 | 100111 | 0 | 1 | 100001100 | 1011110 | 1010000 |
Color Harmonies of #C89AFC
Complementary color
Monochromatic Colors of #C89AFC
Black with #C89AFC
Text Example
Text Example
White with #C89AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89AFC; }
p { color: rgb(200,154,252); }
H1.HeaderClassName
{
color: #C89AFC;
}
.AnyTagClassName
{
color: #C89AFC;
}
</style>
background-color css
<style>
a { background-color: #C89AFC; }
a { background-color: rgb(200,154,252); }
div.DivClassName
{
background-color: #C89AFC;
}
.BgClassName
{
background-color: #C89AFC;
}
</style>
border-color css
<style>
span { border-color: #C89AFC; }
span { border-color: rgb(200,154,252); }
td.TdClassName
{
border-color: #C89AFC;
}
.TagClassName
{
border-color: #C89AFC;
}
</style>