Shades of Violet #D98CEE
Tints of Violet #D98CEE
RGB
CMYK
RGB Variations
Color information
#D98CEE (or 0xD98CEE) is known color: Violet. HEX triplet: D9, 8C and EE. RGB value is (217,140,238). Sum of RGB (Red+Green+Blue) = 217+140+238=595 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.47% from 595); Green value is 140 (55.08% from 255 or 23.53% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #D98CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D98CEE is #267311. Grayscale: #ADADAD. Windows color (decimal): -2519826 or 15633625. OLE color: 15633625.
HSL color Cylindrical-coordinate representation of color #D98CEE: hue angle of 287.14º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D98CEE is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 140 | 238 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.07 |
| HSL | 287.14º | 0.74% | 0.74% | - |
| HSV(B) | 287.14º | 0.41% | 0.93% | - |
| XYZ | 53.43 | 39.68 | 85.73 | - |
| YUV | 174.2 | 164.01 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 140 | 238 | 0.09 | 0.41 | 0 | 0.07 | 287.14 | 0.74 | 0.74 |
| Hex | D9 | 8C | EE | 9 | 29 | 0 | 7 | 11F | 4A | 4A |
| Octal | 331 | 214 | 356 | 11 | 51 | 0 | 7 | 437 | 112 | 112 |
| Binary | 11011001 | 10001100 | 11101110 | 1001 | 101001 | 0 | 111 | 100011111 | 1001010 | 1001010 |
Color Harmonies of #D98CEE
Complementary color
Monochromatic Colors of #D98CEE
Black with #D98CEE
Text Example
Text Example
White with #D98CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98CEE; }
p { color: rgb(217,140,238); }
H1.HeaderClassName
{
color: #D98CEE;
}
.AnyTagClassName
{
color: #D98CEE;
}
</style>
background-color css
<style>
a { background-color: #D98CEE; }
a { background-color: rgb(217,140,238); }
div.DivClassName
{
background-color: #D98CEE;
}
.BgClassName
{
background-color: #D98CEE;
}
</style>
border-color css
<style>
span { border-color: #D98CEE; }
span { border-color: rgb(217,140,238); }
td.TdClassName
{
border-color: #D98CEE;
}
.TagClassName
{
border-color: #D98CEE;
}
</style>