Shades of Heliotrope #D98AFF
Tints of Heliotrope #D98AFF
RGB
CMYK
RGB Variations
Color information
#D98AFF (or 0xD98AFF) is known color: Heliotrope. HEX triplet: D9, 8A and FF. RGB value is (217,138,255). Sum of RGB (Red+Green+Blue) = 217+138+255=610 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.57% from 610); Green value is 138 (54.30% from 255 or 22.62% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #D98AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D98AFF is #267500. Grayscale: #AEAEAE. Windows color (decimal): -2520321 or 16747225. OLE color: 16747225.
HSL color Cylindrical-coordinate representation of color #D98AFF: hue angle of 280.51º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D98AFF is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 138 | 255 | - |
| CMYK | 0.15 | 0.46 | 0 | 0 |
| HSL | 280.51º | 1% | 0.77% | - |
| HSV(B) | 280.51º | 0.46% | 1% | - |
| XYZ | 55.75 | 40.15 | 99.42 | - |
| YUV | 174.96 | 173.17 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 138 | 255 | 0.15 | 0.46 | 0 | 0 | 280.51 | 1 | 0.77 |
| Hex | D9 | 8A | FF | F | 2E | 0 | 0 | 119 | 64 | 4D |
| Octal | 331 | 212 | 377 | 17 | 56 | 0 | 0 | 431 | 144 | 115 |
| Binary | 11011001 | 10001010 | 11111111 | 1111 | 101110 | 0 | 0 | 100011001 | 1100100 | 1001101 |
Color Harmonies of #D98AFF
Complementary color
Monochromatic Colors of #D98AFF
Black with #D98AFF
Text Example
Text Example
White with #D98AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98AFF; }
p { color: rgb(217,138,255); }
H1.HeaderClassName
{
color: #D98AFF;
}
.AnyTagClassName
{
color: #D98AFF;
}
</style>
background-color css
<style>
a { background-color: #D98AFF; }
a { background-color: rgb(217,138,255); }
div.DivClassName
{
background-color: #D98AFF;
}
.BgClassName
{
background-color: #D98AFF;
}
</style>
border-color css
<style>
span { border-color: #D98AFF; }
span { border-color: rgb(217,138,255); }
td.TdClassName
{
border-color: #D98AFF;
}
.TagClassName
{
border-color: #D98AFF;
}
</style>