#901586

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

Shades of Dark Purple #901586

Tints of Dark Purple #901586

Color information

#901586 (or 0x901586) is unknown color: approx Dark Purple. HEX triplet: 90, 15 and 86. RGB value is (144,21,134). Sum of RGB (Red+Green+Blue) = 144+21+134=299 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.16% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 134 (52.73% from 255 or 44.82% from 299); Max value from RGB is 144 - color contains mainly: red. Hex color #901586 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901586 is #6FEA79. Grayscale: #464646. Windows color (decimal): -7334522 or 8787344. OLE color: 8787344.

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

Color convert

RGB14421134-
CMYK00.850.070.44
HSL304.88º74.55%32.35%-
HSV(B)304.88º85.42%56.47%-
XYZ16.078.1923.29-
YUV70.66163.75180.31-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 48.16%
GREEN value IS 21 (8.59% from 255) = 7.02%
BLUE value IS 134 (52.73% from 255) = 44.82%
R=48.16%
G=7.02%
B=44.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1442113400.850.070.44304.8874.5532.35
Hex90158605572C1314b20
Octal22025206012575446111340
Binary100100001010110000110010101011111011001001100011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901586; }

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

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

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

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

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

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

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

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