#901585

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

Shades of Dark Purple #901585

Tints of Dark Purple #901585

Color information

#901585 (or 0x901585) is unknown color: approx Dark Purple. HEX triplet: 90, 15 and 85. RGB value is (144,21,133). Sum of RGB (Red+Green+Blue) = 144+21+133=298 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.32% from 298); Green value is 21 (8.59% from 255 or 7.05% from 298); Blue value is 133 (52.34% from 255 or 44.63% from 298); Max value from RGB is 144 - color contains mainly: red. Hex color #901585 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901585 is #6FEA7A. Grayscale: #464646. Windows color (decimal): -7334523 or 8721808. OLE color: 8721808.

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

Color convert

RGB14421133-
CMYK00.850.080.44
HSL305.37º74.55%32.35%-
HSV(B)305.37º85.42%56.47%-
XYZ168.1622.92-
YUV70.54163.25180.39-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 48.32%
GREEN value IS 21 (8.59% from 255) = 7.05%
BLUE value IS 133 (52.34% from 255) = 44.63%
R=48.32%
G=7.05%
B=44.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1442113300.850.080.44305.3774.5532.35
Hex90158505582C1314b20
Octal220252050125105446111340
Binary1001000010101100001010101010110001011001001100011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901585; }

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

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

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

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

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

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

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

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