Shades of Psychedelic Purple #D91AF5
Tints of Psychedelic Purple #D91AF5
RGB
CMYK
RGB Variations
Color information
#D91AF5 (or 0xD91AF5) is known color: Psychedelic Purple. HEX triplet: D9, 1A and F5. RGB value is (217,26,245). Sum of RGB (Red+Green+Blue) = 217+26+245=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 26 (10.55% from 255 or 5.33% from 488); Blue value is 245 (96.09% from 255 or 50.20% from 488); Max value from RGB is 245 - color contains mainly: blue. Hex color #D91AF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D91AF5 is #26E50A. Grayscale: #6B6B6B. Windows color (decimal): -2549003 or 16063193. OLE color: 16063193.
HSL color Cylindrical-coordinate representation of color #D91AF5: hue angle of 292.33º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D91AF5 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 26 | 245 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.04 |
| HSL | 292.33º | 0.92% | 0.53% | - |
| HSV(B) | 292.33º | 0.89% | 0.96% | - |
| XYZ | 45.47 | 22.08 | 88.25 | - |
| YUV | 108.08 | 205.28 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 26 | 245 | 0.11 | 0.89 | 0 | 0.04 | 292.33 | 0.92 | 0.53 |
| Hex | D9 | 1A | F5 | B | 59 | 0 | 4 | 124 | 5C | 35 |
| Octal | 331 | 32 | 365 | 13 | 131 | 0 | 4 | 444 | 134 | 65 |
| Binary | 11011001 | 11010 | 11110101 | 1011 | 1011001 | 0 | 100 | 100100100 | 1011100 | 110101 |
Color Harmonies of #D91AF5
Complementary color
Monochromatic Colors of #D91AF5
Black with #D91AF5
Text Example
Text Example
White with #D91AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91AF5; }
p { color: rgb(217,26,245); }
H1.HeaderClassName
{
color: #D91AF5;
}
.AnyTagClassName
{
color: #D91AF5;
}
</style>
background-color css
<style>
a { background-color: #D91AF5; }
a { background-color: rgb(217,26,245); }
div.DivClassName
{
background-color: #D91AF5;
}
.BgClassName
{
background-color: #D91AF5;
}
</style>
border-color css
<style>
span { border-color: #D91AF5; }
span { border-color: rgb(217,26,245); }
td.TdClassName
{
border-color: #D91AF5;
}
.TagClassName
{
border-color: #D91AF5;
}
</style>