Shades of Violet #D986E7
Tints of Violet #D986E7
RGB
CMYK
RGB Variations
Color information
#D986E7 (or 0xD986E7) is known color: Violet. HEX triplet: D9, 86 and E7. RGB value is (217,134,231). Sum of RGB (Red+Green+Blue) = 217+134+231=582 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.29% from 582); Green value is 134 (52.73% from 255 or 23.02% from 582); Blue value is 231 (90.62% from 255 or 39.69% from 582); Max value from RGB is 231 - color contains mainly: blue. Hex color #D986E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D986E7 is #267918. Grayscale: #A9A9A9. Windows color (decimal): -2521369 or 15173337. OLE color: 15173337.
HSL color Cylindrical-coordinate representation of color #D986E7: hue angle of 291.34º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D986E7 is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 134 | 231 | - |
| CMYK | 0.06 | 0.42 | 0 | 0.09 |
| HSL | 291.34º | 0.67% | 0.72% | - |
| HSV(B) | 291.34º | 0.42% | 0.91% | - |
| XYZ | 51.56 | 37.57 | 80.14 | - |
| YUV | 169.88 | 162.5 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 134 | 231 | 0.06 | 0.42 | 0 | 0.09 | 291.34 | 0.67 | 0.72 |
| Hex | D9 | 86 | E7 | 6 | 2A | 0 | 9 | 123 | 43 | 48 |
| Octal | 331 | 206 | 347 | 6 | 52 | 0 | 11 | 443 | 103 | 110 |
| Binary | 11011001 | 10000110 | 11100111 | 110 | 101010 | 0 | 1001 | 100100011 | 1000011 | 1001000 |
Color Harmonies of #D986E7
Complementary color
Monochromatic Colors of #D986E7
Black with #D986E7
Text Example
Text Example
White with #D986E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D986E7; }
p { color: rgb(217,134,231); }
H1.HeaderClassName
{
color: #D986E7;
}
.AnyTagClassName
{
color: #D986E7;
}
</style>
background-color css
<style>
a { background-color: #D986E7; }
a { background-color: rgb(217,134,231); }
div.DivClassName
{
background-color: #D986E7;
}
.BgClassName
{
background-color: #D986E7;
}
</style>
border-color css
<style>
span { border-color: #D986E7; }
span { border-color: rgb(217,134,231); }
td.TdClassName
{
border-color: #D986E7;
}
.TagClassName
{
border-color: #D986E7;
}
</style>