Shades of Psychedelic Purple #D91AFF
Tints of Psychedelic Purple #D91AFF
RGB
CMYK
RGB Variations
Color information
#D91AFF (or 0xD91AFF) is known color: Psychedelic Purple. HEX triplet: D9, 1A and FF. RGB value is (217,26,255). Sum of RGB (Red+Green+Blue) = 217+26+255=498 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.57% from 498); Green value is 26 (10.55% from 255 or 5.22% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #D91AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D91AFF is #26E500. Grayscale: #6C6C6C. Windows color (decimal): -2548993 or 16718553. OLE color: 16718553.
HSL color Cylindrical-coordinate representation of color #D91AFF: hue angle of 290.04º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D91AFF is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 26 | 255 | - |
| CMYK | 0.15 | 0.90 | 0 | 0 |
| HSL | 290.04º | 1% | 0.55% | - |
| HSV(B) | 290.04º | 0.9% | 1% | - |
| XYZ | 47.03 | 22.71 | 96.51 | - |
| YUV | 109.22 | 210.28 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 26 | 255 | 0.15 | 0.90 | 0 | 0 | 290.04 | 1 | 0.55 |
| Hex | D9 | 1A | FF | F | 5A | 0 | 0 | 122 | 64 | 37 |
| Octal | 331 | 32 | 377 | 17 | 132 | 0 | 0 | 442 | 144 | 67 |
| Binary | 11011001 | 11010 | 11111111 | 1111 | 1011010 | 0 | 0 | 100100010 | 1100100 | 110111 |
Color Harmonies of #D91AFF
Complementary color
Monochromatic Colors of #D91AFF
Black with #D91AFF
Text Example
Text Example
White with #D91AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91AFF; }
p { color: rgb(217,26,255); }
H1.HeaderClassName
{
color: #D91AFF;
}
.AnyTagClassName
{
color: #D91AFF;
}
</style>
background-color css
<style>
a { background-color: #D91AFF; }
a { background-color: rgb(217,26,255); }
div.DivClassName
{
background-color: #D91AFF;
}
.BgClassName
{
background-color: #D91AFF;
}
</style>
border-color css
<style>
span { border-color: #D91AFF; }
span { border-color: rgb(217,26,255); }
td.TdClassName
{
border-color: #D91AFF;
}
.TagClassName
{
border-color: #D91AFF;
}
</style>