#940A9D

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

Shades of Dark Magenta #940A9D

Tints of Dark Magenta #940A9D

Color information

#940A9D (or 0x940A9D) is unknown color: approx Dark Magenta. HEX triplet: 94, 0A and 9D. RGB value is (148,10,157). Sum of RGB (Red+Green+Blue) = 148+10+157=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 10 (4.30% from 255 or 3.17% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #940A9D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940A9D is #6BF562. Grayscale: #434343. Windows color (decimal): -7075171 or 10291860. OLE color: 10291860.

HSL color Cylindrical-coordinate representation of color #940A9D: hue angle of 296.33º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940A9D is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14810157-
CMYK0.060.9400.38
HSL296.33º88.02%32.75%-
HSV(B)296.33º93.63%61.57%-
XYZ18.418.9532.66-
YUV68.02178.22185.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.98%
GREEN value IS 10 (4.30% from 255) = 3.17%
BLUE value IS 157 (61.72% from 255) = 49.84%
R=46.98%
G=3.17%
B=49.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal148101570.060.9400.38296.3388.0232.75
Hex94A9D65E0261285821
Octal22412235613604645013041
Binary10010100101010011101110101111001001101001010001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,10,157); }

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

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

 a { background-color: rgb(148,10,157); }

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

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

 span { border-color: rgb(148,10,157); }

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