#940E94

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

Shades of Dark Magenta #940E94

Tints of Dark Magenta #940E94

Color information

#940E94 (or 0x940E94) is unknown color: approx Dark Magenta. HEX triplet: 94, 0E and 94. RGB value is (148,14,148). Sum of RGB (Red+Green+Blue) = 148+14+148=310 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.74% from 310); Green value is 14 (5.86% from 255 or 4.52% from 310); Blue value is 148 (58.20% from 255 or 47.74% from 310); Max value from RGB is 148 - color contains mainly: red, blue. Hex color #940E94 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940E94 is #6BF16B. Grayscale: #444444. Windows color (decimal): -7074156 or 9703060. OLE color: 9703060.

HSL color Cylindrical-coordinate representation of color #940E94: hue angle of 300º degrees, saturation: 0.83, 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 #940E94 is Cyan = 0, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14814148-
CMYK00.9100.42
HSL300º82.72%31.76%-
HSV(B)300º90.54%58.04%-
XYZ17.728.7528.77-
YUV69.34172.39184.1-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.74%
GREEN value IS 14 (5.86% from 255) = 4.52%
BLUE value IS 148 (58.20% from 255) = 47.74%
R=47.74%
G=4.52%
B=47.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481414800.9100.4230082.7231.76
Hex94E9405B02A12c5320
Octal22416224013305245412340
Binary100101001110100101000101101101010101001011001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,14,148); }

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

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

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

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

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

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

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