#940DA5

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

Shades of Dark Magenta #940DA5

Tints of Dark Magenta #940DA5

Color information

#940DA5 (or 0x940DA5) is unknown color: approx Dark Magenta. HEX triplet: 94, 0D and A5. RGB value is (148,13,165). Sum of RGB (Red+Green+Blue) = 148+13+165=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 13 (5.47% from 255 or 3.99% from 326); Blue value is 165 (64.84% from 255 or 50.61% from 326); Max value from RGB is 165 - color contains mainly: blue. Hex color #940DA5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940DA5 is #6BF25A. Grayscale: #464646. Windows color (decimal): -7074395 or 10816916. OLE color: 10816916.

HSL color Cylindrical-coordinate representation of color #940DA5: hue angle of 293.29º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #940DA5 is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14813165-
CMYK0.100.9200.35
HSL293.29º85.39%34.9%-
HSV(B)293.29º92.12%64.71%-
XYZ19.159.336.38-
YUV70.69181.23183.14-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.40%
GREEN value IS 13 (5.47% from 255) = 3.99%
BLUE value IS 165 (64.84% from 255) = 50.61%
R=45.40%
G=3.99%
B=50.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal148131650.100.9200.35293.2985.3934.9
Hex94DA5A5C0231255523
Octal224152451213404344512543
Binary100101001101101001011010101110001000111001001011010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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