#903387

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

Shades of Dark Purple #903387

Tints of Dark Purple #903387

Color information

#903387 (or 0x903387) is unknown color: approx Dark Purple. HEX triplet: 90, 33 and 87. RGB value is (144,51,135). Sum of RGB (Red+Green+Blue) = 144+51+135=330 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.64% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 135 (53.12% from 255 or 40.91% from 330); Max value from RGB is 144 - color contains mainly: red. Hex color #903387 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903387 is #6FCC78. Grayscale: #585858. Windows color (decimal): -7326841 or 8860560. OLE color: 8860560.

HSL color Cylindrical-coordinate representation of color #903387: hue angle of 305.81º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #903387 is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB14451135-
CMYK00.650.060.44
HSL305.81º47.69%38.24%-
HSV(B)305.81º64.58%56.47%-
XYZ17.0610.0523.96-
YUV88.38154.31167.67-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.64%
GREEN value IS 51 (20.31% from 255) = 15.45%
BLUE value IS 135 (53.12% from 255) = 40.91%
R=43.64%
G=15.45%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1445113500.650.060.44305.8147.6938.24
Hex90338704162C1323026
Octal2206320701016544626046
Binary100100001100111000011101000001110101100100110010110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #903387; }

 p { color: rgb(144,51,135); }

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

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

 a { background-color: rgb(144,51,135); }

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

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

 span { border-color: rgb(144,51,135); }

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