Shades of Wisteria #D98FF0
Tints of Wisteria #D98FF0
RGB
CMYK
RGB Variations
Color information
#D98FF0 (or 0xD98FF0) is known color: Wisteria. HEX triplet: D9, 8F and F0. RGB value is (217,143,240). Sum of RGB (Red+Green+Blue) = 217+143+240=600 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.17% from 600); Green value is 143 (56.25% from 255 or 23.83% from 600); Blue value is 240 (94.14% from 255 or 40% from 600); Max value from RGB is 240 - color contains mainly: blue. Hex color #D98FF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D98FF0 is #26700F. Grayscale: #AFAFAF. Windows color (decimal): -2519056 or 15765465. OLE color: 15765465.
HSL color Cylindrical-coordinate representation of color #D98FF0: hue angle of 285.77º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D98FF0 is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 143 | 240 | - |
| CMYK | 0.10 | 0.40 | 0 | 0.06 |
| HSL | 285.77º | 0.76% | 0.75% | - |
| HSV(B) | 285.77º | 0.4% | 0.94% | - |
| XYZ | 54.17 | 40.69 | 87.44 | - |
| YUV | 176.18 | 164.02 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 143 | 240 | 0.10 | 0.40 | 0 | 0.06 | 285.77 | 0.76 | 0.75 |
| Hex | D9 | 8F | F0 | A | 28 | 0 | 6 | 11E | 4C | 4B |
| Octal | 331 | 217 | 360 | 12 | 50 | 0 | 6 | 436 | 114 | 113 |
| Binary | 11011001 | 10001111 | 11110000 | 1010 | 101000 | 0 | 110 | 100011110 | 1001100 | 1001011 |
Color Harmonies of #D98FF0
Complementary color
Monochromatic Colors of #D98FF0
Black with #D98FF0
Text Example
Text Example
White with #D98FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98FF0; }
p { color: rgb(217,143,240); }
H1.HeaderClassName
{
color: #D98FF0;
}
.AnyTagClassName
{
color: #D98FF0;
}
</style>
background-color css
<style>
a { background-color: #D98FF0; }
a { background-color: rgb(217,143,240); }
div.DivClassName
{
background-color: #D98FF0;
}
.BgClassName
{
background-color: #D98FF0;
}
</style>
border-color css
<style>
span { border-color: #D98FF0; }
span { border-color: rgb(217,143,240); }
td.TdClassName
{
border-color: #D98FF0;
}
.TagClassName
{
border-color: #D98FF0;
}
</style>