#D90AEB

Color #D90AEB Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #D90AEB

Tints of Psychedelic Purple #D90AEB

Color information

#D90AEB (or 0xD90AEB) is unknown color: approx Psychedelic Purple. HEX triplet: D9, 0A and EB. RGB value is (217,10,235). Sum of RGB (Red+Green+Blue) = 217+10+235=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 10 (4.30% from 255 or 2.16% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #D90AEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90AEB is #26F514. Grayscale: #606060. Windows color (decimal): -2553109 or 15403737. OLE color: 15403737.

HSL color Cylindrical-coordinate representation of color #D90AEB: hue angle of 295.2º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D90AEB is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB21710235-
CMYK0.080.9600.08
HSL295.2º91.84%48.04%-
HSV(B)295.2º95.74%92.16%-
XYZ43.7220.9780.34-
YUV97.54205.58213.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 46.97%
GREEN value IS 10 (4.30% from 255) = 2.16%
BLUE value IS 235 (92.19% from 255) = 50.87%
R=46.97%
G=2.16%
B=50.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal217102350.080.9600.08295.291.8448.04
HexD9AEB860081275c30
Octal331123531014001044713460
Binary1101100110101110101110001100000010001001001111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D90AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D90AEB; }

 p { color: rgb(217,10,235); }

 H1.HeaderClassName
 {
   color: #D90AEB;
 }
 .AnyTagClassName
 {
   color: #D90AEB;
 }
</style>
background-color css

<style>
 a { background-color: #D90AEB; }

 a { background-color: rgb(217,10,235); }

 div.DivClassName
 {
   background-color: #D90AEB;
 }
 .BgClassName
 {
   background-color: #D90AEB;
 }
</style>
border-color css

<style>
 span { border-color: #D90AEB; }

 span { border-color: rgb(217,10,235); }

 td.TdClassName
 {
   border-color: #D90AEB;
 }
 .TagClassName
 {
   border-color: #D90AEB;
 }
</style>