Shades of Wisteria #DB9BEF
Tints of Wisteria #DB9BEF
RGB
CMYK
RGB Variations
Color information
#DB9BEF (or 0xDB9BEF) is known color: Wisteria. HEX triplet: DB, 9B and EF. RGB value is (219,155,239). Sum of RGB (Red+Green+Blue) = 219+155+239=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 155 (60.94% from 255 or 25.29% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB9BEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9BEF is #246410. Grayscale: #B7B7B7. Windows color (decimal): -2384913 or 15703003. OLE color: 15703003.
HSL color Cylindrical-coordinate representation of color #DB9BEF: hue angle of 285.71º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB9BEF is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 155 | 239 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.06 |
| HSL | 285.71º | 0.72% | 0.77% | - |
| HSV(B) | 285.71º | 0.35% | 0.94% | - |
| XYZ | 56.51 | 44.73 | 87.32 | - |
| YUV | 183.71 | 159.2 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 239 | 0.08 | 0.35 | 0 | 0.06 | 285.71 | 0.72 | 0.77 |
| Hex | DB | 9B | EF | 8 | 23 | 0 | 6 | 11E | 48 | 4D |
| Octal | 333 | 233 | 357 | 10 | 43 | 0 | 6 | 436 | 110 | 115 |
| Binary | 11011011 | 10011011 | 11101111 | 1000 | 100011 | 0 | 110 | 100011110 | 1001000 | 1001101 |
Color Harmonies of #DB9BEF
Complementary color
Monochromatic Colors of #DB9BEF
Black with #DB9BEF
Text Example
Text Example
White with #DB9BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9BEF; }
p { color: rgb(219,155,239); }
H1.HeaderClassName
{
color: #DB9BEF;
}
.AnyTagClassName
{
color: #DB9BEF;
}
</style>
background-color css
<style>
a { background-color: #DB9BEF; }
a { background-color: rgb(219,155,239); }
div.DivClassName
{
background-color: #DB9BEF;
}
.BgClassName
{
background-color: #DB9BEF;
}
</style>
border-color css
<style>
span { border-color: #DB9BEF; }
span { border-color: rgb(219,155,239); }
td.TdClassName
{
border-color: #DB9BEF;
}
.TagClassName
{
border-color: #DB9BEF;
}
</style>