Shades of Psychedelic Purple #D90AF3
Tints of Psychedelic Purple #D90AF3
RGB
CMYK
RGB Variations
Color information
#D90AF3 (or 0xD90AF3) is known color: Psychedelic Purple. HEX triplet: D9, 0A and F3. RGB value is (217,10,243). Sum of RGB (Red+Green+Blue) = 217+10+243=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 10 (4.30% from 255 or 2.13% from 470); Blue value is 243 (95.31% from 255 or 51.70% from 470); Max value from RGB is 243 - color contains mainly: blue. Hex color #D90AF3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90AF3 is #26F50C. Grayscale: #616161. Windows color (decimal): -2553101 or 15928025. OLE color: 15928025.
HSL color Cylindrical-coordinate representation of color #D90AF3: hue angle of 293.3º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D90AF3 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 10 | 243 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.05 |
| HSL | 293.3º | 0.92% | 0.5% | - |
| HSV(B) | 293.3º | 0.96% | 0.95% | - |
| XYZ | 44.9 | 21.44 | 86.57 | - |
| YUV | 98.46 | 209.58 | 212.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 10 | 243 | 0.11 | 0.96 | 0 | 0.05 | 293.3 | 0.92 | 0.5 |
| Hex | D9 | A | F3 | B | 60 | 0 | 5 | 125 | 5C | 32 |
| Octal | 331 | 12 | 363 | 13 | 140 | 0 | 5 | 445 | 134 | 62 |
| Binary | 11011001 | 1010 | 11110011 | 1011 | 1100000 | 0 | 101 | 100100101 | 1011100 | 110010 |
Color Harmonies of #D90AF3
Complementary color
Monochromatic Colors of #D90AF3
Black with #D90AF3
Text Example
Text Example
White with #D90AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90AF3; }
p { color: rgb(217,10,243); }
H1.HeaderClassName
{
color: #D90AF3;
}
.AnyTagClassName
{
color: #D90AF3;
}
</style>
background-color css
<style>
a { background-color: #D90AF3; }
a { background-color: rgb(217,10,243); }
div.DivClassName
{
background-color: #D90AF3;
}
.BgClassName
{
background-color: #D90AF3;
}
</style>
border-color css
<style>
span { border-color: #D90AF3; }
span { border-color: rgb(217,10,243); }
td.TdClassName
{
border-color: #D90AF3;
}
.TagClassName
{
border-color: #D90AF3;
}
</style>