#941590

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

Shades of Dark Magenta #941590

Tints of Dark Magenta #941590

Color information

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

HSL color Cylindrical-coordinate representation of color #941590: hue angle of 301.89º 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 #941590 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB14821144-
CMYK00.860.030.42
HSL301.89º75.15%33.14%-
HSV(B)301.89º85.81%58.04%-
XYZ17.518.8527.17-
YUV72.99168.08181.5-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1482114400.860.030.42301.8975.1533.14
Hex94159005632A12e4b21
Octal22425220012635245611341
Binary10010100101011001000001010110111010101001011101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941590; }

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

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

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

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

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

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

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

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