#901599

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

Shades of Dark Magenta #901599

Tints of Dark Magenta #901599

Color information

#901599 (or 0x901599) is unknown color: approx Dark Magenta. HEX triplet: 90, 15 and 99. RGB value is (144,21,153). Sum of RGB (Red+Green+Blue) = 144+21+153=318 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.28% from 318); Green value is 21 (8.59% from 255 or 6.60% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 153 - color contains mainly: blue. Hex color #901599 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901599 is #6FEA66. Grayscale: #484848. Windows color (decimal): -7334503 or 10032528. OLE color: 10032528.

HSL color Cylindrical-coordinate representation of color #901599: hue angle of 295.91º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #901599 is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB14421153-
CMYK0.060.8600.4
HSL295.91º75.86%34.12%-
HSV(B)295.91º86.27%60%-
XYZ17.528.7730.91-
YUV72.82173.25178.77-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.28%
GREEN value IS 21 (8.59% from 255) = 6.60%
BLUE value IS 153 (60.16% from 255) = 48.11%
R=45.28%
G=6.60%
B=48.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal144211530.060.8600.4295.9175.8634.12
Hex9015996560281284c22
Octal22025231612605045011442
Binary100100001010110011001110101011001010001001010001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901599; }

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

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

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

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

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

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

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

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