Shades of Psychedelic Purple #D109EC
Tints of Psychedelic Purple #D109EC
RGB
CMYK
RGB Variations
Color information
#D109EC (or 0xD109EC) is known color: Psychedelic Purple. HEX triplet: D1, 09 and EC. RGB value is (209,9,236). Sum of RGB (Red+Green+Blue) = 209+9+236=454 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.04% from 454); Green value is 9 (3.91% from 255 or 1.98% from 454); Blue value is 236 (92.58% from 255 or 51.98% from 454); Max value from RGB is 236 - color contains mainly: blue. Hex color #D109EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D109EC is #2EF613. Grayscale: #5D5D5D. Windows color (decimal): -3077652 or 15469009. OLE color: 15469009.
HSL color Cylindrical-coordinate representation of color #D109EC: hue angle of 292.86º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D109EC is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 9 | 236 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.07 |
| HSL | 292.86º | 0.93% | 0.48% | - |
| HSV(B) | 292.86º | 0.96% | 0.93% | - |
| XYZ | 41.53 | 19.81 | 80.99 | - |
| YUV | 94.68 | 207.76 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 236 | 0.11 | 0.96 | 0 | 0.07 | 292.86 | 0.93 | 0.48 |
| Hex | D1 | 9 | EC | B | 60 | 0 | 7 | 125 | 5D | 30 |
| Octal | 321 | 11 | 354 | 13 | 140 | 0 | 7 | 445 | 135 | 60 |
| Binary | 11010001 | 1001 | 11101100 | 1011 | 1100000 | 0 | 111 | 100100101 | 1011101 | 110000 |
Color Harmonies of #D109EC
Complementary color
Monochromatic Colors of #D109EC
Black with #D109EC
Text Example
Text Example
White with #D109EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D109EC; }
p { color: rgb(209,9,236); }
H1.HeaderClassName
{
color: #D109EC;
}
.AnyTagClassName
{
color: #D109EC;
}
</style>
background-color css
<style>
a { background-color: #D109EC; }
a { background-color: rgb(209,9,236); }
div.DivClassName
{
background-color: #D109EC;
}
.BgClassName
{
background-color: #D109EC;
}
</style>
border-color css
<style>
span { border-color: #D109EC; }
span { border-color: rgb(209,9,236); }
td.TdClassName
{
border-color: #D109EC;
}
.TagClassName
{
border-color: #D109EC;
}
</style>