Shades of Wisteria #D09AF0
Tints of Wisteria #D09AF0
RGB
CMYK
RGB Variations
Color information
#D09AF0 (or 0xD09AF0) is known color: Wisteria. HEX triplet: D0, 9A and F0. RGB value is (208,154,240). Sum of RGB (Red+Green+Blue) = 208+154+240=602 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.55% from 602); Green value is 154 (60.55% from 255 or 25.58% from 602); Blue value is 240 (94.14% from 255 or 39.87% from 602); Max value from RGB is 240 - color contains mainly: blue. Hex color #D09AF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09AF0 is #2F650F. Grayscale: #B3B3B3. Windows color (decimal): -3106064 or 15768272. OLE color: 15768272.
HSL color Cylindrical-coordinate representation of color #D09AF0: hue angle of 277.67º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D09AF0 is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 154 | 240 | - |
| CMYK | 0.13 | 0.36 | 0 | 0.06 |
| HSL | 277.67º | 0.74% | 0.77% | - |
| HSV(B) | 277.67º | 0.36% | 0.94% | - |
| XYZ | 53.3 | 42.81 | 87.89 | - |
| YUV | 179.95 | 161.89 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 154 | 240 | 0.13 | 0.36 | 0 | 0.06 | 277.67 | 0.74 | 0.77 |
| Hex | D0 | 9A | F0 | D | 24 | 0 | 6 | 116 | 4A | 4D |
| Octal | 320 | 232 | 360 | 15 | 44 | 0 | 6 | 426 | 112 | 115 |
| Binary | 11010000 | 10011010 | 11110000 | 1101 | 100100 | 0 | 110 | 100010110 | 1001010 | 1001101 |
Color Harmonies of #D09AF0
Complementary color
Monochromatic Colors of #D09AF0
Black with #D09AF0
Text Example
Text Example
White with #D09AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09AF0; }
p { color: rgb(208,154,240); }
H1.HeaderClassName
{
color: #D09AF0;
}
.AnyTagClassName
{
color: #D09AF0;
}
</style>
background-color css
<style>
a { background-color: #D09AF0; }
a { background-color: rgb(208,154,240); }
div.DivClassName
{
background-color: #D09AF0;
}
.BgClassName
{
background-color: #D09AF0;
}
</style>
border-color css
<style>
span { border-color: #D09AF0; }
span { border-color: rgb(208,154,240); }
td.TdClassName
{
border-color: #D09AF0;
}
.TagClassName
{
border-color: #D09AF0;
}
</style>