#940094

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

Shades of Dark Magenta #940094

Tints of Dark Magenta #940094

Color information

#940094 (or 0x940094) is unknown color: approx Dark Magenta. HEX triplet: 94, 00 and 94. RGB value is (148,0,148). Sum of RGB (Red+Green+Blue) = 148+0+148=296 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 148 (58.20% from 255 or 50% from 296); Max value from RGB is 148 - color contains mainly: red, blue. Hex color #940094 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940094 is #6BFF6B. Grayscale: #3C3C3C. Windows color (decimal): -7077740 or 9699476. OLE color: 9699476.

HSL color Cylindrical-coordinate representation of color #940094: hue angle of 300º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #940094 is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1480148-
CMYK0100.42
HSL300º100%29.02%-
HSV(B)300º100%58.04%-
XYZ17.568.4328.72-
YUV61.12177.03189.97-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 148 (58.20% from 255) = 50%
R=50%
G=0%
B=50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14801480100.4230010029.02
Hex9409406402A12c641d
Octal2240224014405245414435
Binary10010100010010100011001000101010100101100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940094; }

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

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

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

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

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

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

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

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