Shades of Wisteria #D09BEB
Tints of Wisteria #D09BEB
RGB
CMYK
RGB Variations
Color information
#D09BEB (or 0xD09BEB) is known color: Wisteria. HEX triplet: D0, 9B and EB. RGB value is (208,155,235). Sum of RGB (Red+Green+Blue) = 208+155+235=598 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.78% from 598); Green value is 155 (60.94% from 255 or 25.92% from 598); Blue value is 235 (92.19% from 255 or 39.30% from 598); Max value from RGB is 235 - color contains mainly: blue. Hex color #D09BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09BEB is #2F6414. Grayscale: #B3B3B3. Windows color (decimal): -3105813 or 15440848. OLE color: 15440848.
HSL color Cylindrical-coordinate representation of color #D09BEB: hue angle of 279.75º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D09BEB is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 155 | 235 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.08 |
| HSL | 279.75º | 0.67% | 0.76% | - |
| HSV(B) | 279.75º | 0.34% | 0.92% | - |
| XYZ | 52.73 | 42.85 | 84.09 | - |
| YUV | 179.97 | 159.06 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 155 | 235 | 0.11 | 0.34 | 0 | 0.08 | 279.75 | 0.67 | 0.76 |
| Hex | D0 | 9B | EB | B | 22 | 0 | 8 | 118 | 43 | 4C |
| Octal | 320 | 233 | 353 | 13 | 42 | 0 | 10 | 430 | 103 | 114 |
| Binary | 11010000 | 10011011 | 11101011 | 1011 | 100010 | 0 | 1000 | 100011000 | 1000011 | 1001100 |
Color Harmonies of #D09BEB
Complementary color
Monochromatic Colors of #D09BEB
Black with #D09BEB
Text Example
Text Example
White with #D09BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09BEB; }
p { color: rgb(208,155,235); }
H1.HeaderClassName
{
color: #D09BEB;
}
.AnyTagClassName
{
color: #D09BEB;
}
</style>
background-color css
<style>
a { background-color: #D09BEB; }
a { background-color: rgb(208,155,235); }
div.DivClassName
{
background-color: #D09BEB;
}
.BgClassName
{
background-color: #D09BEB;
}
</style>
border-color css
<style>
span { border-color: #D09BEB; }
span { border-color: rgb(208,155,235); }
td.TdClassName
{
border-color: #D09BEB;
}
.TagClassName
{
border-color: #D09BEB;
}
</style>