Shades of Psychedelic Purple #D91AF0
Tints of Psychedelic Purple #D91AF0
RGB
CMYK
RGB Variations
Color information
#D91AF0 (or 0xD91AF0) is known color: Psychedelic Purple. HEX triplet: D9, 1A and F0. RGB value is (217,26,240). Sum of RGB (Red+Green+Blue) = 217+26+240=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 26 (10.55% from 255 or 5.38% from 483); Blue value is 240 (94.14% from 255 or 49.69% from 483); Max value from RGB is 240 - color contains mainly: blue. Hex color #D91AF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D91AF0 is #26E50F. Grayscale: #6A6A6A. Windows color (decimal): -2549008 or 15735513. OLE color: 15735513.
HSL color Cylindrical-coordinate representation of color #D91AF0: hue angle of 293.55º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D91AF0 is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 26 | 240 | - |
| CMYK | 0.10 | 0.89 | 0 | 0.06 |
| HSL | 293.55º | 0.88% | 0.52% | - |
| HSV(B) | 293.55º | 0.89% | 0.94% | - |
| XYZ | 44.71 | 21.78 | 84.29 | - |
| YUV | 107.51 | 202.78 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 26 | 240 | 0.10 | 0.89 | 0 | 0.06 | 293.55 | 0.88 | 0.52 |
| Hex | D9 | 1A | F0 | A | 59 | 0 | 6 | 126 | 58 | 34 |
| Octal | 331 | 32 | 360 | 12 | 131 | 0 | 6 | 446 | 130 | 64 |
| Binary | 11011001 | 11010 | 11110000 | 1010 | 1011001 | 0 | 110 | 100100110 | 1011000 | 110100 |
Color Harmonies of #D91AF0
Complementary color
Monochromatic Colors of #D91AF0
Black with #D91AF0
Text Example
Text Example
White with #D91AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91AF0; }
p { color: rgb(217,26,240); }
H1.HeaderClassName
{
color: #D91AF0;
}
.AnyTagClassName
{
color: #D91AF0;
}
</style>
background-color css
<style>
a { background-color: #D91AF0; }
a { background-color: rgb(217,26,240); }
div.DivClassName
{
background-color: #D91AF0;
}
.BgClassName
{
background-color: #D91AF0;
}
</style>
border-color css
<style>
span { border-color: #D91AF0; }
span { border-color: rgb(217,26,240); }
td.TdClassName
{
border-color: #D91AF0;
}
.TagClassName
{
border-color: #D91AF0;
}
</style>