#90357F

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

Shades of Dark Purple #90357F

Tints of Dark Purple #90357F

Color information

#90357F (or 0x90357F) is unknown color: approx Dark Purple. HEX triplet: 90, 35 and 7F. RGB value is (144,53,127). Sum of RGB (Red+Green+Blue) = 144+53+127=324 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.44% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 144 - color contains mainly: red. Hex color #90357F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90357F is #6FCA80. Grayscale: #585858. Windows color (decimal): -7326337 or 8336784. OLE color: 8336784.

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

Color convert

RGB14453127-
CMYK00.630.120.44
HSL311.21º46.19%38.63%-
HSV(B)311.21º63.19%56.47%-
XYZ16.6110.0121.14-
YUV88.64149.65167.48-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.44%
GREEN value IS 53 (21.09% from 255) = 16.36%
BLUE value IS 127 (50% from 255) = 39.20%
R=44.44%
G=16.36%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1445312700.630.120.44311.2146.1938.63
Hex90357F03FC2C1372e27
Octal2206517707714544675647
Binary10010000110101111111101111111100101100100110111101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90357F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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