#901580

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

Shades of Dark Purple #901580

Tints of Dark Purple #901580

Color information

#901580 (or 0x901580) is unknown color: approx Dark Purple. HEX triplet: 90, 15 and 80. RGB value is (144,21,128). Sum of RGB (Red+Green+Blue) = 144+21+128=293 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.15% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 128 (50.39% from 255 or 43.69% from 293); Max value from RGB is 144 - color contains mainly: red. Hex color #901580 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901580 is #6FEA7F. Grayscale: #454545. Windows color (decimal): -7334528 or 8394128. OLE color: 8394128.

HSL color Cylindrical-coordinate representation of color #901580: hue angle of 307.8º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #901580 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB14421128-
CMYK00.850.110.44
HSL307.8º74.55%32.35%-
HSV(B)307.8º85.42%56.47%-
XYZ15.678.0221.15-
YUV69.97160.75180.8-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 49.15%
GREEN value IS 21 (8.59% from 255) = 7.17%
BLUE value IS 128 (50.39% from 255) = 43.69%
R=49.15%
G=7.17%
B=43.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1442112800.850.110.44307.874.5532.35
Hex901580055B2C1344b20
Octal220252000125135446411340
Binary1001000010101100000000101010110111011001001101001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901580; }

 p { color: rgb(144,21,128); }

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

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

 a { background-color: rgb(144,21,128); }

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

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

 span { border-color: rgb(144,21,128); }

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