#940489

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

Shades of Dark Magenta #940489

Tints of Dark Magenta #940489

Color information

#940489 (or 0x940489) is unknown color: approx Dark Magenta. HEX triplet: 94, 04 and 89. RGB value is (148,4,137). Sum of RGB (Red+Green+Blue) = 148+4+137=289 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.21% from 289); Green value is 4 (1.95% from 255 or 1.38% from 289); Blue value is 137 (53.91% from 255 or 47.40% from 289); Max value from RGB is 148 - color contains mainly: red. Hex color #940489 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940489 is #6BFB76. Grayscale: #3D3D3D. Windows color (decimal): -7076727 or 8979604. OLE color: 8979604.

HSL color Cylindrical-coordinate representation of color #940489: hue angle of 304.58º degrees, saturation: 0.95, 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 #940489 is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB1484137-
CMYK00.970.070.42
HSL304.58º94.74%29.8%-
HSV(B)304.58º97.3%58.04%-
XYZ16.778.1924.36-
YUV62.22170.21189.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.21%
GREEN value IS 4 (1.95% from 255) = 1.38%
BLUE value IS 137 (53.91% from 255) = 47.40%
R=51.21%
G=1.38%
B=47.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148413700.970.070.42304.5894.7429.8
Hex9448906172A1315f1e
Octal2244211014175246113736
Binary100101001001000100101100001111101010100110001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940489; }

 p { color: rgb(148,4,137); }

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

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

 a { background-color: rgb(148,4,137); }

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

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

 span { border-color: rgb(148,4,137); }

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