#941490

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

Shades of Dark Magenta #941490

Tints of Dark Magenta #941490

Color information

#941490 (or 0x941490) is unknown color: approx Dark Magenta. HEX triplet: 94, 14 and 90. RGB value is (148,20,144). Sum of RGB (Red+Green+Blue) = 148+20+144=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 148 - color contains mainly: red. Hex color #941490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #941490 is #6BEB6F. Grayscale: #484848. Windows color (decimal): -7072624 or 9442452. OLE color: 9442452.

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

Color convert

RGB14820144-
CMYK00.860.030.42
HSL301.88º76.19%32.94%-
HSV(B)301.88º86.49%58.04%-
XYZ17.58.8127.16-
YUV72.41168.41181.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.44%
GREEN value IS 20 (8.20% from 255) = 6.41%
BLUE value IS 144 (56.64% from 255) = 46.15%
R=47.44%
G=6.41%
B=46.15%

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
Decimal1482014400.860.030.42301.8876.1932.94
Hex94149005632A12e4c21
Octal22424220012635245611441
Binary10010100101001001000001010110111010101001011101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941490; }

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

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

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

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

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

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

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

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