Shades of Violet #D98CEA
Tints of Violet #D98CEA
RGB
CMYK
RGB Variations
Color information
#D98CEA (or 0xD98CEA) is known color: Violet. HEX triplet: D9, 8C and EA. RGB value is (217,140,234). Sum of RGB (Red+Green+Blue) = 217+140+234=591 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.72% from 591); Green value is 140 (55.08% from 255 or 23.69% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 234 - color contains mainly: blue. Hex color #D98CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D98CEA is #267315. Grayscale: #ADADAD. Windows color (decimal): -2519830 or 15371481. OLE color: 15371481.
HSL color Cylindrical-coordinate representation of color #D98CEA: hue angle of 289.15º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D98CEA is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 140 | 234 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.08 |
| HSL | 289.15º | 0.69% | 0.73% | - |
| HSV(B) | 289.15º | 0.4% | 0.92% | - |
| XYZ | 52.84 | 39.45 | 82.67 | - |
| YUV | 173.74 | 162.01 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 140 | 234 | 0.07 | 0.40 | 0 | 0.08 | 289.15 | 0.69 | 0.73 |
| Hex | D9 | 8C | EA | 7 | 28 | 0 | 8 | 121 | 45 | 49 |
| Octal | 331 | 214 | 352 | 7 | 50 | 0 | 10 | 441 | 105 | 111 |
| Binary | 11011001 | 10001100 | 11101010 | 111 | 101000 | 0 | 1000 | 100100001 | 1000101 | 1001001 |
Color Harmonies of #D98CEA
Complementary color
Monochromatic Colors of #D98CEA
Black with #D98CEA
Text Example
Text Example
White with #D98CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98CEA; }
p { color: rgb(217,140,234); }
H1.HeaderClassName
{
color: #D98CEA;
}
.AnyTagClassName
{
color: #D98CEA;
}
</style>
background-color css
<style>
a { background-color: #D98CEA; }
a { background-color: rgb(217,140,234); }
div.DivClassName
{
background-color: #D98CEA;
}
.BgClassName
{
background-color: #D98CEA;
}
</style>
border-color css
<style>
span { border-color: #D98CEA; }
span { border-color: rgb(217,140,234); }
td.TdClassName
{
border-color: #D98CEA;
}
.TagClassName
{
border-color: #D98CEA;
}
</style>