Shades of Violet #D97CE8
Tints of Violet #D97CE8
RGB
CMYK
RGB Variations
Color information
#D97CE8 (or 0xD97CE8) is known color: Violet. HEX triplet: D9, 7C and E8. RGB value is (217,124,232). Sum of RGB (Red+Green+Blue) = 217+124+232=573 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.87% from 573); Green value is 124 (48.83% from 255 or 21.64% from 573); Blue value is 232 (91.02% from 255 or 40.49% from 573); Max value from RGB is 232 - color contains mainly: blue. Hex color #D97CE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D97CE8 is #268317. Grayscale: #A3A3A3. Windows color (decimal): -2523928 or 15236313. OLE color: 15236313.
HSL color Cylindrical-coordinate representation of color #D97CE8: hue angle of 291.67º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D97CE8 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 124 | 232 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.09 |
| HSL | 291.67º | 0.7% | 0.7% | - |
| HSV(B) | 291.67º | 0.47% | 0.91% | - |
| XYZ | 50.39 | 34.99 | 80.44 | - |
| YUV | 164.12 | 166.31 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 124 | 232 | 0.06 | 0.47 | 0 | 0.09 | 291.67 | 0.7 | 0.7 |
| Hex | D9 | 7C | E8 | 6 | 2F | 0 | 9 | 124 | 46 | 46 |
| Octal | 331 | 174 | 350 | 6 | 57 | 0 | 11 | 444 | 106 | 106 |
| Binary | 11011001 | 1111100 | 11101000 | 110 | 101111 | 0 | 1001 | 100100100 | 1000110 | 1000110 |
Color Harmonies of #D97CE8
Complementary color
Monochromatic Colors of #D97CE8
Black with #D97CE8
Text Example
Text Example
White with #D97CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97CE8; }
p { color: rgb(217,124,232); }
H1.HeaderClassName
{
color: #D97CE8;
}
.AnyTagClassName
{
color: #D97CE8;
}
</style>
background-color css
<style>
a { background-color: #D97CE8; }
a { background-color: rgb(217,124,232); }
div.DivClassName
{
background-color: #D97CE8;
}
.BgClassName
{
background-color: #D97CE8;
}
</style>
border-color css
<style>
span { border-color: #D97CE8; }
span { border-color: rgb(217,124,232); }
td.TdClassName
{
border-color: #D97CE8;
}
.TagClassName
{
border-color: #D97CE8;
}
</style>