#90327D

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

Shades of Dark Purple #90327D

Tints of Dark Purple #90327D

Color information

#90327D (or 0x90327D) is unknown color: approx Dark Purple. HEX triplet: 90, 32 and 7D. RGB value is (144,50,125). Sum of RGB (Red+Green+Blue) = 144+50+125=319 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.14% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 144 - color contains mainly: red. Hex color #90327D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90327D is #6FCD82. Grayscale: #565656. Windows color (decimal): -7327107 or 8204944. OLE color: 8204944.

HSL color Cylindrical-coordinate representation of color #90327D: hue angle of 312.13º 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 #90327D is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB14450125-
CMYK00.650.130.44
HSL312.13º48.45%38.04%-
HSV(B)312.13º65.28%56.47%-
XYZ16.349.6920.41-
YUV86.66149.64168.9-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.14%
GREEN value IS 50 (19.92% from 255) = 15.67%
BLUE value IS 125 (49.22% from 255) = 39.18%
R=45.14%
G=15.67%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1445012500.650.130.44312.1348.4538.04
Hex90327D041D2C1383026
Octal22062175010115544706046
Binary100100001100101111101010000011101101100100111000110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90327D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90327D; }

 p { color: rgb(144,50,125); }

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

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

 a { background-color: rgb(144,50,125); }

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

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

 span { border-color: rgb(144,50,125); }

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