Shades of Wisteria #DA9BF1
Tints of Wisteria #DA9BF1
RGB
CMYK
RGB Variations
Color information
#DA9BF1 (or 0xDA9BF1) is known color: Wisteria. HEX triplet: DA, 9B and F1. RGB value is (218,155,241). Sum of RGB (Red+Green+Blue) = 218+155+241=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 155 (60.94% from 255 or 25.24% from 614); Blue value is 241 (94.53% from 255 or 39.25% from 614); Max value from RGB is 241 - color contains mainly: blue. Hex color #DA9BF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9BF1 is #25640E. Grayscale: #B7B7B7. Windows color (decimal): -2450447 or 15834074. OLE color: 15834074.
HSL color Cylindrical-coordinate representation of color #DA9BF1: hue angle of 283.95º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DA9BF1 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 155 | 241 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.05 |
| HSL | 283.95º | 0.75% | 0.78% | - |
| HSV(B) | 283.95º | 0.36% | 0.95% | - |
| XYZ | 56.51 | 44.7 | 88.87 | - |
| YUV | 183.64 | 160.37 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 155 | 241 | 0.10 | 0.36 | 0 | 0.05 | 283.95 | 0.75 | 0.78 |
| Hex | DA | 9B | F1 | A | 24 | 0 | 5 | 11C | 4B | 4E |
| Octal | 332 | 233 | 361 | 12 | 44 | 0 | 5 | 434 | 113 | 116 |
| Binary | 11011010 | 10011011 | 11110001 | 1010 | 100100 | 0 | 101 | 100011100 | 1001011 | 1001110 |
Color Harmonies of #DA9BF1
Complementary color
Monochromatic Colors of #DA9BF1
Black with #DA9BF1
Text Example
Text Example
White with #DA9BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9BF1; }
p { color: rgb(218,155,241); }
H1.HeaderClassName
{
color: #DA9BF1;
}
.AnyTagClassName
{
color: #DA9BF1;
}
</style>
background-color css
<style>
a { background-color: #DA9BF1; }
a { background-color: rgb(218,155,241); }
div.DivClassName
{
background-color: #DA9BF1;
}
.BgClassName
{
background-color: #DA9BF1;
}
</style>
border-color css
<style>
span { border-color: #DA9BF1; }
span { border-color: rgb(218,155,241); }
td.TdClassName
{
border-color: #DA9BF1;
}
.TagClassName
{
border-color: #DA9BF1;
}
</style>