#940d8c

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

Shades of Dark Magenta #940D8C

Tints of Dark Magenta #940D8C

Color information

#940D8C (or 0x940D8C) is unknown color: approx Dark Magenta. HEX triplet: 94, 0D and 8C. RGB value is (148,13,140). Sum of RGB (Red+Green+Blue) = 148+13+140=301 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.17% from 301); Green value is 13 (5.47% from 255 or 4.32% from 301); Blue value is 140 (55.08% from 255 or 46.51% from 301); Max value from RGB is 148 - color contains mainly: red. Hex color #940D8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940D8C is #6BF273. Grayscale: #434343. Windows color (decimal): -7074420 or 9178516. OLE color: 9178516.

HSL color Cylindrical-coordinate representation of color #940D8C: hue angle of 303.56º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #940D8C is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB14813140-
CMYK00.910.050.42
HSL303.56º83.85%31.57%-
HSV(B)303.56º91.22%58.04%-
XYZ17.098.4825.55-
YUV67.84168.73185.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.17%
GREEN value IS 13 (5.47% from 255) = 4.32%
BLUE value IS 140 (55.08% from 255) = 46.51%
R=49.17%
G=4.32%
B=46.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481314000.910.050.42303.5683.8531.57
Hex94D8C05B52A1305420
Octal22415214013355246012440
Binary10010100110110001100010110111011010101001100001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940d8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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