#940581

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

Shades of Dark Magenta #940581

Tints of Dark Magenta #940581

Color information

#940581 (or 0x940581) is unknown color: approx Dark Magenta. HEX triplet: 94, 05 and 81. RGB value is (148,5,129). Sum of RGB (Red+Green+Blue) = 148+5+129=282 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.48% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 129 (50.78% from 255 or 45.74% from 282); Max value from RGB is 148 - color contains mainly: red. Hex color #940581 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940581 is #6BFA7E. Grayscale: #3D3D3D. Windows color (decimal): -7076479 or 8455572. OLE color: 8455572.

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

Color convert

RGB1485129-
CMYK00.970.130.42
HSL307.97º93.46%30%-
HSV(B)307.97º96.62%58.04%-
XYZ16.237.9921.46-
YUV61.89165.88189.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 52.48%
GREEN value IS 5 (2.34% from 255) = 1.77%
BLUE value IS 129 (50.78% from 255) = 45.74%
R=52.48%
G=1.77%
B=45.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148512900.970.130.42307.9793.4630
Hex94581061D2A1345d1e
Octal22452010141155246413536
Binary1001010010110000001011000011101101010100110100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940581; }

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

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

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

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

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

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

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

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