#90357C

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

Shades of Dark Purple #90357C

Tints of Dark Purple #90357C

Color information

#90357C (or 0x90357C) is unknown color: approx Dark Purple. HEX triplet: 90, 35 and 7C. RGB value is (144,53,124). Sum of RGB (Red+Green+Blue) = 144+53+124=321 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.86% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 144 - color contains mainly: red. Hex color #90357C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90357C is #6FCA83. Grayscale: #585858. Windows color (decimal): -7326340 or 8140176. OLE color: 8140176.

HSL color Cylindrical-coordinate representation of color #90357C: hue angle of 313.19º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #90357C is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB14453124-
CMYK00.630.140.44
HSL313.19º46.19%38.63%-
HSV(B)313.19º63.19%56.47%-
XYZ16.419.9320.12-
YUV88.3148.15167.73-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.86%
GREEN value IS 53 (21.09% from 255) = 16.51%
BLUE value IS 124 (48.83% from 255) = 38.63%
R=44.86%
G=16.51%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1445312400.630.140.44313.1946.1938.63
Hex90357C03FE2C1392e27
Octal2206517407716544715647
Binary10010000110101111110001111111110101100100111001101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90357C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90357C; }

 p { color: rgb(144,53,124); }

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

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

 a { background-color: rgb(144,53,124); }

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

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

 span { border-color: rgb(144,53,124); }

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