Shades of Wisteria #D09AE9
Tints of Wisteria #D09AE9
RGB
CMYK
RGB Variations
Color information
#D09AE9 (or 0xD09AE9) is known color: Wisteria. HEX triplet: D0, 9A and E9. RGB value is (208,154,233). Sum of RGB (Red+Green+Blue) = 208+154+233=595 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.96% from 595); Green value is 154 (60.55% from 255 or 25.88% from 595); Blue value is 233 (91.41% from 255 or 39.16% from 595); Max value from RGB is 233 - color contains mainly: blue. Hex color #D09AE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09AE9 is #2F6516. Grayscale: #B2B2B2. Windows color (decimal): -3106071 or 15309520. OLE color: 15309520.
HSL color Cylindrical-coordinate representation of color #D09AE9: hue angle of 281.01º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D09AE9 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 154 | 233 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.09 |
| HSL | 281.01º | 0.64% | 0.76% | - |
| HSV(B) | 281.01º | 0.34% | 0.91% | - |
| XYZ | 52.28 | 42.4 | 82.52 | - |
| YUV | 179.15 | 158.39 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 154 | 233 | 0.11 | 0.34 | 0 | 0.09 | 281.01 | 0.64 | 0.76 |
| Hex | D0 | 9A | E9 | B | 22 | 0 | 9 | 119 | 40 | 4C |
| Octal | 320 | 232 | 351 | 13 | 42 | 0 | 11 | 431 | 100 | 114 |
| Binary | 11010000 | 10011010 | 11101001 | 1011 | 100010 | 0 | 1001 | 100011001 | 1000000 | 1001100 |
Color Harmonies of #D09AE9
Complementary color
Monochromatic Colors of #D09AE9
Black with #D09AE9
Text Example
Text Example
White with #D09AE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09AE9; }
p { color: rgb(208,154,233); }
H1.HeaderClassName
{
color: #D09AE9;
}
.AnyTagClassName
{
color: #D09AE9;
}
</style>
background-color css
<style>
a { background-color: #D09AE9; }
a { background-color: rgb(208,154,233); }
div.DivClassName
{
background-color: #D09AE9;
}
.BgClassName
{
background-color: #D09AE9;
}
</style>
border-color css
<style>
span { border-color: #D09AE9; }
span { border-color: rgb(208,154,233); }
td.TdClassName
{
border-color: #D09AE9;
}
.TagClassName
{
border-color: #D09AE9;
}
</style>