Shades of Violet #D98CEF
Tints of Violet #D98CEF
RGB
CMYK
RGB Variations
Color information
#D98CEF (or 0xD98CEF) is known color: Violet. HEX triplet: D9, 8C and EF. RGB value is (217,140,239). Sum of RGB (Red+Green+Blue) = 217+140+239=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 140 (55.08% from 255 or 23.49% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #D98CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D98CEF is #267310. Grayscale: #ADADAD. Windows color (decimal): -2519825 or 15699161. OLE color: 15699161.
HSL color Cylindrical-coordinate representation of color #D98CEF: hue angle of 286.67º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D98CEF is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 140 | 239 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.06 |
| HSL | 286.67º | 0.76% | 0.74% | - |
| HSV(B) | 286.67º | 0.41% | 0.94% | - |
| XYZ | 53.57 | 39.74 | 86.51 | - |
| YUV | 174.31 | 164.51 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 140 | 239 | 0.09 | 0.41 | 0 | 0.06 | 286.67 | 0.76 | 0.74 |
| Hex | D9 | 8C | EF | 9 | 29 | 0 | 6 | 11F | 4C | 4A |
| Octal | 331 | 214 | 357 | 11 | 51 | 0 | 6 | 437 | 114 | 112 |
| Binary | 11011001 | 10001100 | 11101111 | 1001 | 101001 | 0 | 110 | 100011111 | 1001100 | 1001010 |
Color Harmonies of #D98CEF
Complementary color
Monochromatic Colors of #D98CEF
Black with #D98CEF
Text Example
Text Example
White with #D98CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98CEF; }
p { color: rgb(217,140,239); }
H1.HeaderClassName
{
color: #D98CEF;
}
.AnyTagClassName
{
color: #D98CEF;
}
</style>
background-color css
<style>
a { background-color: #D98CEF; }
a { background-color: rgb(217,140,239); }
div.DivClassName
{
background-color: #D98CEF;
}
.BgClassName
{
background-color: #D98CEF;
}
</style>
border-color css
<style>
span { border-color: #D98CEF; }
span { border-color: rgb(217,140,239); }
td.TdClassName
{
border-color: #D98CEF;
}
.TagClassName
{
border-color: #D98CEF;
}
</style>