Shades of Wisteria #D98FEF
Tints of Wisteria #D98FEF
RGB
CMYK
RGB Variations
Color information
#D98FEF (or 0xD98FEF) is known color: Wisteria. HEX triplet: D9, 8F and EF. RGB value is (217,143,239). Sum of RGB (Red+Green+Blue) = 217+143+239=599 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.23% from 599); Green value is 143 (56.25% from 255 or 23.87% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 239 - color contains mainly: blue. Hex color #D98FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D98FEF is #267010. Grayscale: #AFAFAF. Windows color (decimal): -2519057 or 15699929. OLE color: 15699929.
HSL color Cylindrical-coordinate representation of color #D98FEF: hue angle of 286.25º degrees, saturation: 0.75, 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 #D98FEF is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 143 | 239 | - |
| CMYK | 0.09 | 0.40 | 0 | 0.06 |
| HSL | 286.25º | 0.75% | 0.75% | - |
| HSV(B) | 286.25º | 0.4% | 0.94% | - |
| XYZ | 54.02 | 40.63 | 86.66 | - |
| YUV | 176.07 | 163.52 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 143 | 239 | 0.09 | 0.40 | 0 | 0.06 | 286.25 | 0.75 | 0.75 |
| Hex | D9 | 8F | EF | 9 | 28 | 0 | 6 | 11E | 4B | 4B |
| Octal | 331 | 217 | 357 | 11 | 50 | 0 | 6 | 436 | 113 | 113 |
| Binary | 11011001 | 10001111 | 11101111 | 1001 | 101000 | 0 | 110 | 100011110 | 1001011 | 1001011 |
Color Harmonies of #D98FEF
Complementary color
Monochromatic Colors of #D98FEF
Black with #D98FEF
Text Example
Text Example
White with #D98FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98FEF; }
p { color: rgb(217,143,239); }
H1.HeaderClassName
{
color: #D98FEF;
}
.AnyTagClassName
{
color: #D98FEF;
}
</style>
background-color css
<style>
a { background-color: #D98FEF; }
a { background-color: rgb(217,143,239); }
div.DivClassName
{
background-color: #D98FEF;
}
.BgClassName
{
background-color: #D98FEF;
}
</style>
border-color css
<style>
span { border-color: #D98FEF; }
span { border-color: rgb(217,143,239); }
td.TdClassName
{
border-color: #D98FEF;
}
.TagClassName
{
border-color: #D98FEF;
}
</style>