Shades of Psychedelic Purple #D926EA
Tints of Psychedelic Purple #D926EA
RGB
CMYK
RGB Variations
Color information
#D926EA (or 0xD926EA) is known color: Psychedelic Purple. HEX triplet: D9, 26 and EA. RGB value is (217,38,234). Sum of RGB (Red+Green+Blue) = 217+38+234=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 38 (15.23% from 255 or 7.77% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #D926EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D926EA is #26D915. Grayscale: #717171. Windows color (decimal): -2545942 or 15345369. OLE color: 15345369.
HSL color Cylindrical-coordinate representation of color #D926EA: hue angle of 294.8º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D926EA is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 38 | 234 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.08 |
| HSL | 294.8º | 0.82% | 0.53% | - |
| HSV(B) | 294.8º | 0.84% | 0.92% | - |
| XYZ | 44.16 | 22.08 | 79.78 | - |
| YUV | 113.87 | 195.8 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 38 | 234 | 0.07 | 0.84 | 0 | 0.08 | 294.8 | 0.82 | 0.53 |
| Hex | D9 | 26 | EA | 7 | 54 | 0 | 8 | 127 | 52 | 35 |
| Octal | 331 | 46 | 352 | 7 | 124 | 0 | 10 | 447 | 122 | 65 |
| Binary | 11011001 | 100110 | 11101010 | 111 | 1010100 | 0 | 1000 | 100100111 | 1010010 | 110101 |
Color Harmonies of #D926EA
Complementary color
Monochromatic Colors of #D926EA
Black with #D926EA
Text Example
Text Example
White with #D926EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D926EA; }
p { color: rgb(217,38,234); }
H1.HeaderClassName
{
color: #D926EA;
}
.AnyTagClassName
{
color: #D926EA;
}
</style>
background-color css
<style>
a { background-color: #D926EA; }
a { background-color: rgb(217,38,234); }
div.DivClassName
{
background-color: #D926EA;
}
.BgClassName
{
background-color: #D926EA;
}
</style>
border-color css
<style>
span { border-color: #D926EA; }
span { border-color: rgb(217,38,234); }
td.TdClassName
{
border-color: #D926EA;
}
.TagClassName
{
border-color: #D926EA;
}
</style>