#901594

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

Shades of Dark Magenta #901594

Tints of Dark Magenta #901594

Color information

#901594 (or 0x901594) is unknown color: approx Dark Magenta. HEX triplet: 90, 15 and 94. RGB value is (144,21,148). Sum of RGB (Red+Green+Blue) = 144+21+148=313 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.01% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 148 (58.20% from 255 or 47.28% from 313); Max value from RGB is 148 - color contains mainly: blue. Hex color #901594 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901594 is #6FEA6B. Grayscale: #474747. Windows color (decimal): -7334508 or 9704848. OLE color: 9704848.

HSL color Cylindrical-coordinate representation of color #901594: hue angle of 298.11º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #901594 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14421148-
CMYK0.030.8600.42
HSL298.11º75.15%33.14%-
HSV(B)298.11º85.81%58.04%-
XYZ17.128.628.78-
YUV72.26170.75179.17-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.01%
GREEN value IS 21 (8.59% from 255) = 6.71%
BLUE value IS 148 (58.20% from 255) = 47.28%
R=46.01%
G=6.71%
B=47.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal144211480.030.8600.42298.1175.1533.14
Hex90159435602A12a4b21
Octal22025224312605245211341
Binary10010000101011001010011101011001010101001010101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901594; }

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

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

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

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

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

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

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

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