Shades of Psychedelic Purple #D929EF
Tints of Psychedelic Purple #D929EF
RGB
CMYK
RGB Variations
Color information
#D929EF (or 0xD929EF) is known color: Psychedelic Purple. HEX triplet: D9, 29 and EF. RGB value is (217,41,239). Sum of RGB (Red+Green+Blue) = 217+41+239=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 41 (16.41% from 255 or 8.25% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #D929EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D929EF is #26D610. Grayscale: #737373. Windows color (decimal): -2545169 or 15673817. OLE color: 15673817.
HSL color Cylindrical-coordinate representation of color #D929EF: hue angle of 293.33º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D929EF is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 41 | 239 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.06 |
| HSL | 293.33º | 0.86% | 0.55% | - |
| HSV(B) | 293.33º | 0.83% | 0.94% | - |
| XYZ | 44.99 | 22.57 | 83.65 | - |
| YUV | 116.2 | 197.31 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 41 | 239 | 0.09 | 0.83 | 0 | 0.06 | 293.33 | 0.86 | 0.55 |
| Hex | D9 | 29 | EF | 9 | 53 | 0 | 6 | 125 | 56 | 37 |
| Octal | 331 | 51 | 357 | 11 | 123 | 0 | 6 | 445 | 126 | 67 |
| Binary | 11011001 | 101001 | 11101111 | 1001 | 1010011 | 0 | 110 | 100100101 | 1010110 | 110111 |
Color Harmonies of #D929EF
Complementary color
Monochromatic Colors of #D929EF
Black with #D929EF
Text Example
Text Example
White with #D929EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D929EF; }
p { color: rgb(217,41,239); }
H1.HeaderClassName
{
color: #D929EF;
}
.AnyTagClassName
{
color: #D929EF;
}
</style>
background-color css
<style>
a { background-color: #D929EF; }
a { background-color: rgb(217,41,239); }
div.DivClassName
{
background-color: #D929EF;
}
.BgClassName
{
background-color: #D929EF;
}
</style>
border-color css
<style>
span { border-color: #D929EF; }
span { border-color: rgb(217,41,239); }
td.TdClassName
{
border-color: #D929EF;
}
.TagClassName
{
border-color: #D929EF;
}
</style>