#940590

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

Shades of Dark Magenta #940590

Tints of Dark Magenta #940590

Color information

#940590 (or 0x940590) is unknown color: approx Dark Magenta. HEX triplet: 94, 05 and 90. RGB value is (148,5,144). Sum of RGB (Red+Green+Blue) = 148+5+144=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 148 - color contains mainly: red. Hex color #940590 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940590 is #6BFA6F. Grayscale: #3F3F3F. Windows color (decimal): -7076464 or 9438612. OLE color: 9438612.

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

Color convert

RGB1485144-
CMYK00.970.030.42
HSL301.68º93.46%30%-
HSV(B)301.68º96.62%58.04%-
XYZ17.38.4227.1-
YUV63.6173.38188.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.83%
GREEN value IS 5 (2.34% from 255) = 1.68%
BLUE value IS 144 (56.64% from 255) = 48.48%
R=49.83%
G=1.68%
B=48.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148514400.970.030.42301.6893.4630
Hex9459006132A12e5d1e
Octal2245220014135245613536
Binary10010100101100100000110000111101010100101110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940590; }

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

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

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

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

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

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

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

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