#940587

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

Shades of Dark Magenta #940587

Tints of Dark Magenta #940587

Color information

#940587 (or 0x940587) is unknown color: approx Dark Magenta. HEX triplet: 94, 05 and 87. RGB value is (148,5,135). Sum of RGB (Red+Green+Blue) = 148+5+135=288 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.39% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 135 (53.12% from 255 or 46.88% from 288); Max value from RGB is 148 - color contains mainly: red. Hex color #940587 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940587 is #6BFA78. Grayscale: #3E3E3E. Windows color (decimal): -7076473 or 8848788. OLE color: 8848788.

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

Color convert

RGB1485135-
CMYK00.970.090.42
HSL305.45º93.46%30%-
HSV(B)305.45º96.62%58.04%-
XYZ16.648.1523.62-
YUV62.58168.88188.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.39%
GREEN value IS 5 (2.34% from 255) = 1.74%
BLUE value IS 135 (53.12% from 255) = 46.88%
R=51.39%
G=1.74%
B=46.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148513500.970.090.42305.4593.4630
Hex9458706192A1315d1e
Octal22452070141115246113536
Binary1001010010110000111011000011001101010100110001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940587; }

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

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

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

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

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

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

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

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