Shades of Psychedelic Purple #D927EF
Tints of Psychedelic Purple #D927EF
RGB
CMYK
RGB Variations
Color information
#D927EF (or 0xD927EF) is known color: Psychedelic Purple. HEX triplet: D9, 27 and EF. RGB value is (217,39,239). Sum of RGB (Red+Green+Blue) = 217+39+239=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 39 (15.62% from 255 or 7.88% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #D927EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D927EF is #26D810. Grayscale: #727272. Windows color (decimal): -2545681 or 15673305. OLE color: 15673305.
HSL color Cylindrical-coordinate representation of color #D927EF: hue angle of 293.4º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D927EF is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 39 | 239 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.06 |
| HSL | 293.4º | 0.86% | 0.55% | - |
| HSV(B) | 293.4º | 0.84% | 0.94% | - |
| XYZ | 44.92 | 22.43 | 83.62 | - |
| YUV | 115.02 | 197.97 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 39 | 239 | 0.09 | 0.84 | 0 | 0.06 | 293.4 | 0.86 | 0.55 |
| Hex | D9 | 27 | EF | 9 | 54 | 0 | 6 | 125 | 56 | 37 |
| Octal | 331 | 47 | 357 | 11 | 124 | 0 | 6 | 445 | 126 | 67 |
| Binary | 11011001 | 100111 | 11101111 | 1001 | 1010100 | 0 | 110 | 100100101 | 1010110 | 110111 |
Color Harmonies of #D927EF
Complementary color
Monochromatic Colors of #D927EF
Black with #D927EF
Text Example
Text Example
White with #D927EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D927EF; }
p { color: rgb(217,39,239); }
H1.HeaderClassName
{
color: #D927EF;
}
.AnyTagClassName
{
color: #D927EF;
}
</style>
background-color css
<style>
a { background-color: #D927EF; }
a { background-color: rgb(217,39,239); }
div.DivClassName
{
background-color: #D927EF;
}
.BgClassName
{
background-color: #D927EF;
}
</style>
border-color css
<style>
span { border-color: #D927EF; }
span { border-color: rgb(217,39,239); }
td.TdClassName
{
border-color: #D927EF;
}
.TagClassName
{
border-color: #D927EF;
}
</style>