Shades of Mauve #CF9DF9
Tints of Mauve #CF9DF9
RGB
CMYK
RGB Variations
Color information
#CF9DF9 (or 0xCF9DF9) is known color: Mauve. HEX triplet: CF, 9D and F9. RGB value is (207,157,249). Sum of RGB (Red+Green+Blue) = 207+157+249=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 157 (61.72% from 255 or 25.61% from 613); Blue value is 249 (97.66% from 255 or 40.62% from 613); Max value from RGB is 249 - color contains mainly: blue. Hex color #CF9DF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9DF9 is #306206. Grayscale: #B6B6B6. Windows color (decimal): -3170823 or 16358863. OLE color: 16358863.
HSL color Cylindrical-coordinate representation of color #CF9DF9: hue angle of 272.61º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CF9DF9 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 157 | 249 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.02 |
| HSL | 272.61º | 0.88% | 0.8% | - |
| HSV(B) | 272.61º | 0.37% | 0.98% | - |
| XYZ | 54.89 | 44.22 | 95.26 | - |
| YUV | 182.44 | 165.57 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 157 | 249 | 0.17 | 0.37 | 0 | 0.02 | 272.61 | 0.88 | 0.8 |
| Hex | CF | 9D | F9 | 11 | 25 | 0 | 2 | 111 | 58 | 50 |
| Octal | 317 | 235 | 371 | 21 | 45 | 0 | 2 | 421 | 130 | 120 |
| Binary | 11001111 | 10011101 | 11111001 | 10001 | 100101 | 0 | 10 | 100010001 | 1011000 | 1010000 |
Color Harmonies of #CF9DF9
Complementary color
Monochromatic Colors of #CF9DF9
Black with #CF9DF9
Text Example
Text Example
White with #CF9DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9DF9; }
p { color: rgb(207,157,249); }
H1.HeaderClassName
{
color: #CF9DF9;
}
.AnyTagClassName
{
color: #CF9DF9;
}
</style>
background-color css
<style>
a { background-color: #CF9DF9; }
a { background-color: rgb(207,157,249); }
div.DivClassName
{
background-color: #CF9DF9;
}
.BgClassName
{
background-color: #CF9DF9;
}
</style>
border-color css
<style>
span { border-color: #CF9DF9; }
span { border-color: rgb(207,157,249); }
td.TdClassName
{
border-color: #CF9DF9;
}
.TagClassName
{
border-color: #CF9DF9;
}
</style>