Shades of Psychedelic Purple #D92BEA
Tints of Psychedelic Purple #D92BEA
RGB
CMYK
RGB Variations
Color information
#D92BEA (or 0xD92BEA) is known color: Psychedelic Purple. HEX triplet: D9, 2B and EA. RGB value is (217,43,234). Sum of RGB (Red+Green+Blue) = 217+43+234=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 43 (17.19% from 255 or 8.70% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #D92BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D92BEA is #26D415. Grayscale: #747474. Windows color (decimal): -2544662 or 15346649. OLE color: 15346649.
HSL color Cylindrical-coordinate representation of color #D92BEA: hue angle of 294.66º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D92BEA is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 43 | 234 | - |
| CMYK | 0.07 | 0.82 | 0 | 0.08 |
| HSL | 294.66º | 0.82% | 0.54% | - |
| HSV(B) | 294.66º | 0.82% | 0.92% | - |
| XYZ | 44.33 | 22.42 | 79.83 | - |
| YUV | 116.8 | 194.15 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 43 | 234 | 0.07 | 0.82 | 0 | 0.08 | 294.66 | 0.82 | 0.54 |
| Hex | D9 | 2B | EA | 7 | 52 | 0 | 8 | 127 | 52 | 36 |
| Octal | 331 | 53 | 352 | 7 | 122 | 0 | 10 | 447 | 122 | 66 |
| Binary | 11011001 | 101011 | 11101010 | 111 | 1010010 | 0 | 1000 | 100100111 | 1010010 | 110110 |
Color Harmonies of #D92BEA
Complementary color
Monochromatic Colors of #D92BEA
Black with #D92BEA
Text Example
Text Example
White with #D92BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92BEA; }
p { color: rgb(217,43,234); }
H1.HeaderClassName
{
color: #D92BEA;
}
.AnyTagClassName
{
color: #D92BEA;
}
</style>
background-color css
<style>
a { background-color: #D92BEA; }
a { background-color: rgb(217,43,234); }
div.DivClassName
{
background-color: #D92BEA;
}
.BgClassName
{
background-color: #D92BEA;
}
</style>
border-color css
<style>
span { border-color: #D92BEA; }
span { border-color: rgb(217,43,234); }
td.TdClassName
{
border-color: #D92BEA;
}
.TagClassName
{
border-color: #D92BEA;
}
</style>