Shades of Psychedelic Purple #D906E9
Tints of Psychedelic Purple #D906E9
RGB
CMYK
RGB Variations
Color information
#D906E9 (or 0xD906E9) is known color: Psychedelic Purple. HEX triplet: D9, 06 and E9. RGB value is (217,6,233). Sum of RGB (Red+Green+Blue) = 217+6+233=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 6 (2.73% from 255 or 1.32% from 456); Blue value is 233 (91.41% from 255 or 51.10% from 456); Max value from RGB is 233 - color contains mainly: blue. Hex color #D906E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D906E9 is #26F916. Grayscale: #5E5E5E. Windows color (decimal): -2554135 or 15271641. OLE color: 15271641.
HSL color Cylindrical-coordinate representation of color #D906E9: hue angle of 295.77º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D906E9 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 6 | 233 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.09 |
| HSL | 295.77º | 0.95% | 0.47% | - |
| HSV(B) | 295.77º | 0.97% | 0.91% | - |
| XYZ | 43.39 | 20.77 | 78.81 | - |
| YUV | 94.97 | 205.9 | 215.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 6 | 233 | 0.07 | 0.97 | 0 | 0.09 | 295.77 | 0.95 | 0.47 |
| Hex | D9 | 6 | E9 | 7 | 61 | 0 | 9 | 128 | 5F | 2F |
| Octal | 331 | 6 | 351 | 7 | 141 | 0 | 11 | 450 | 137 | 57 |
| Binary | 11011001 | 110 | 11101001 | 111 | 1100001 | 0 | 1001 | 100101000 | 1011111 | 101111 |
Color Harmonies of #D906E9
Complementary color
Monochromatic Colors of #D906E9
Black with #D906E9
Text Example
Text Example
White with #D906E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D906E9; }
p { color: rgb(217,6,233); }
H1.HeaderClassName
{
color: #D906E9;
}
.AnyTagClassName
{
color: #D906E9;
}
</style>
background-color css
<style>
a { background-color: #D906E9; }
a { background-color: rgb(217,6,233); }
div.DivClassName
{
background-color: #D906E9;
}
.BgClassName
{
background-color: #D906E9;
}
</style>
border-color css
<style>
span { border-color: #D906E9; }
span { border-color: rgb(217,6,233); }
td.TdClassName
{
border-color: #D906E9;
}
.TagClassName
{
border-color: #D906E9;
}
</style>