Shades of Psychedelic Purple #D936F9
Tints of Psychedelic Purple #D936F9
RGB
CMYK
RGB Variations
Color information
#D936F9 (or 0xD936F9) is known color: Psychedelic Purple. HEX triplet: D9, 36 and F9. RGB value is (217,54,249). Sum of RGB (Red+Green+Blue) = 217+54+249=520 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.73% from 520); Green value is 54 (21.48% from 255 or 10.38% from 520); Blue value is 249 (97.66% from 255 or 47.88% from 520); Max value from RGB is 249 - color contains mainly: blue. Hex color #D936F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D936F9 is #26C906. Grayscale: #7C7C7C. Windows color (decimal): -2541831 or 16332505. OLE color: 16332505.
HSL color Cylindrical-coordinate representation of color #D936F9: hue angle of 290.15º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D936F9 is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 54 | 249 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.02 |
| HSL | 290.15º | 0.94% | 0.59% | - |
| HSV(B) | 290.15º | 0.78% | 0.98% | - |
| XYZ | 47.03 | 24.23 | 91.82 | - |
| YUV | 124.97 | 198 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 54 | 249 | 0.13 | 0.78 | 0 | 0.02 | 290.15 | 0.94 | 0.59 |
| Hex | D9 | 36 | F9 | D | 4E | 0 | 2 | 122 | 5E | 3B |
| Octal | 331 | 66 | 371 | 15 | 116 | 0 | 2 | 442 | 136 | 73 |
| Binary | 11011001 | 110110 | 11111001 | 1101 | 1001110 | 0 | 10 | 100100010 | 1011110 | 111011 |
Color Harmonies of #D936F9
Complementary color
Monochromatic Colors of #D936F9
Black with #D936F9
Text Example
Text Example
White with #D936F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D936F9; }
p { color: rgb(217,54,249); }
H1.HeaderClassName
{
color: #D936F9;
}
.AnyTagClassName
{
color: #D936F9;
}
</style>
background-color css
<style>
a { background-color: #D936F9; }
a { background-color: rgb(217,54,249); }
div.DivClassName
{
background-color: #D936F9;
}
.BgClassName
{
background-color: #D936F9;
}
</style>
border-color css
<style>
span { border-color: #D936F9; }
span { border-color: rgb(217,54,249); }
td.TdClassName
{
border-color: #D936F9;
}
.TagClassName
{
border-color: #D936F9;
}
</style>