#90357D

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

Shades of Dark Purple #90357D

Tints of Dark Purple #90357D

Color information

#90357D (or 0x90357D) is unknown color: approx Dark Purple. HEX triplet: 90, 35 and 7D. RGB value is (144,53,125). Sum of RGB (Red+Green+Blue) = 144+53+125=322 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.72% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 144 - color contains mainly: red. Hex color #90357D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90357D is #6FCA82. Grayscale: #585858. Windows color (decimal): -7326339 or 8205712. OLE color: 8205712.

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

Color convert

RGB14453125-
CMYK00.630.130.44
HSL312.53º46.19%38.63%-
HSV(B)312.53º63.19%56.47%-
XYZ16.489.9620.46-
YUV88.42148.65167.65-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.72%
GREEN value IS 53 (21.09% from 255) = 16.46%
BLUE value IS 125 (49.22% from 255) = 38.82%
R=44.72%
G=16.46%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1445312500.630.130.44312.5346.1938.63
Hex90357D03FD2C1392e27
Octal2206517507715544715647
Binary10010000110101111110101111111101101100100111001101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90357D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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