Shades of Mauve #DA9EFF
Tints of Mauve #DA9EFF
RGB
CMYK
RGB Variations
Color information
#DA9EFF (or 0xDA9EFF) is known color: Mauve. HEX triplet: DA, 9E and FF. RGB value is (218,158,255). Sum of RGB (Red+Green+Blue) = 218+158+255=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 158 (62.11% from 255 or 25.04% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA9EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9EFF is #256100. Grayscale: #BABABA. Windows color (decimal): -2449665 or 16752346. OLE color: 16752346.
HSL color Cylindrical-coordinate representation of color #DA9EFF: hue angle of 277.11º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA9EFF is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 158 | 255 | - |
| CMYK | 0.15 | 0.38 | 0 | 0 |
| HSL | 277.11º | 1% | 0.81% | - |
| HSV(B) | 277.11º | 0.38% | 1% | - |
| XYZ | 59.19 | 46.58 | 100.48 | - |
| YUV | 187 | 166.38 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 158 | 255 | 0.15 | 0.38 | 0 | 0 | 277.11 | 1 | 0.81 |
| Hex | DA | 9E | FF | F | 26 | 0 | 0 | 115 | 64 | 51 |
| Octal | 332 | 236 | 377 | 17 | 46 | 0 | 0 | 425 | 144 | 121 |
| Binary | 11011010 | 10011110 | 11111111 | 1111 | 100110 | 0 | 0 | 100010101 | 1100100 | 1010001 |
Color Harmonies of #DA9EFF
Complementary color
Monochromatic Colors of #DA9EFF
Black with #DA9EFF
Text Example
Text Example
White with #DA9EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9EFF; }
p { color: rgb(218,158,255); }
H1.HeaderClassName
{
color: #DA9EFF;
}
.AnyTagClassName
{
color: #DA9EFF;
}
</style>
background-color css
<style>
a { background-color: #DA9EFF; }
a { background-color: rgb(218,158,255); }
div.DivClassName
{
background-color: #DA9EFF;
}
.BgClassName
{
background-color: #DA9EFF;
}
</style>
border-color css
<style>
span { border-color: #DA9EFF; }
span { border-color: rgb(218,158,255); }
td.TdClassName
{
border-color: #DA9EFF;
}
.TagClassName
{
border-color: #DA9EFF;
}
</style>