#901587

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

Shades of Dark Purple #901587

Tints of Dark Purple #901587

Color information

#901587 (or 0x901587) is unknown color: approx Dark Purple. HEX triplet: 90, 15 and 87. RGB value is (144,21,135). Sum of RGB (Red+Green+Blue) = 144+21+135=300 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 135 (53.12% from 255 or 45% from 300); Max value from RGB is 144 - color contains mainly: red. Hex color #901587 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901587 is #6FEA78. Grayscale: #464646. Windows color (decimal): -7334521 or 8852880. OLE color: 8852880.

HSL color Cylindrical-coordinate representation of color #901587: hue angle of 304.39º 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 #901587 is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB14421135-
CMYK00.850.060.44
HSL304.39º74.55%32.35%-
HSV(B)304.39º85.42%56.47%-
XYZ16.148.2123.66-
YUV70.77164.25180.23-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 48%
GREEN value IS 21 (8.59% from 255) = 7%
BLUE value IS 135 (53.12% from 255) = 45%
R=48%
G=7%
B=45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1442113500.850.060.44304.3974.5532.35
Hex90158705562C1304b20
Octal22025207012565446011340
Binary100100001010110000111010101011101011001001100001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901587; }

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

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

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

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

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

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

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

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