#940DA9

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

Shades of Dark Magenta #940DA9

Tints of Dark Magenta #940DA9

Color information

#940DA9 (or 0x940DA9) is unknown color: approx Dark Magenta. HEX triplet: 94, 0D and A9. RGB value is (148,13,169). Sum of RGB (Red+Green+Blue) = 148+13+169=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 169 (66.41% from 255 or 51.21% from 330); Max value from RGB is 169 - color contains mainly: blue. Hex color #940DA9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940DA9 is #6BF256. Grayscale: #464646. Windows color (decimal): -7074391 or 11079060. OLE color: 11079060.

HSL color Cylindrical-coordinate representation of color #940DA9: hue angle of 291.92º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #940DA9 is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB14813169-
CMYK0.120.9200.34
HSL291.92º85.71%35.69%-
HSV(B)291.92º92.31%66.27%-
XYZ19.529.4538.33-
YUV71.15183.23182.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.85%
GREEN value IS 13 (5.47% from 255) = 3.94%
BLUE value IS 169 (66.41% from 255) = 51.21%
R=44.85%
G=3.94%
B=51.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal148131690.120.9200.34291.9285.7135.69
Hex94DA9C5C0221245624
Octal224152511413404244412644
Binary100101001101101010011100101110001000101001001001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940DA9; }

 p { color: rgb(148,13,169); }

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

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

 a { background-color: rgb(148,13,169); }

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

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

 span { border-color: rgb(148,13,169); }

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