Shades of Psychedelic Purple #D91BED
Tints of Psychedelic Purple #D91BED
RGB
CMYK
RGB Variations
Color information
#D91BED (or 0xD91BED) is known color: Psychedelic Purple. HEX triplet: D9, 1B and ED. RGB value is (217,27,237). Sum of RGB (Red+Green+Blue) = 217+27+237=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 27 (10.94% from 255 or 5.61% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #D91BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D91BED is #26E412. Grayscale: #6B6B6B. Windows color (decimal): -2548755 or 15539161. OLE color: 15539161.
HSL color Cylindrical-coordinate representation of color #D91BED: hue angle of 294.29º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D91BED is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 27 | 237 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.07 |
| HSL | 294.29º | 0.85% | 0.52% | - |
| HSV(B) | 294.29º | 0.89% | 0.93% | - |
| XYZ | 44.29 | 21.65 | 81.97 | - |
| YUV | 107.75 | 200.95 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 27 | 237 | 0.08 | 0.89 | 0 | 0.07 | 294.29 | 0.85 | 0.52 |
| Hex | D9 | 1B | ED | 8 | 59 | 0 | 7 | 126 | 55 | 34 |
| Octal | 331 | 33 | 355 | 10 | 131 | 0 | 7 | 446 | 125 | 64 |
| Binary | 11011001 | 11011 | 11101101 | 1000 | 1011001 | 0 | 111 | 100100110 | 1010101 | 110100 |
Color Harmonies of #D91BED
Complementary color
Monochromatic Colors of #D91BED
Black with #D91BED
Text Example
Text Example
White with #D91BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91BED; }
p { color: rgb(217,27,237); }
H1.HeaderClassName
{
color: #D91BED;
}
.AnyTagClassName
{
color: #D91BED;
}
</style>
background-color css
<style>
a { background-color: #D91BED; }
a { background-color: rgb(217,27,237); }
div.DivClassName
{
background-color: #D91BED;
}
.BgClassName
{
background-color: #D91BED;
}
</style>
border-color css
<style>
span { border-color: #D91BED; }
span { border-color: rgb(217,27,237); }
td.TdClassName
{
border-color: #D91BED;
}
.TagClassName
{
border-color: #D91BED;
}
</style>