#94037E

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

Shades of Dark Magenta #94037E

Tints of Dark Magenta #94037E

Color information

#94037E (or 0x94037E) is unknown color: approx Dark Magenta. HEX triplet: 94, 03 and 7E. RGB value is (148,3,126). Sum of RGB (Red+Green+Blue) = 148+3+126=277 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.43% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 126 (49.61% from 255 or 45.49% from 277); Max value from RGB is 148 - color contains mainly: red. Hex color #94037E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94037E is #6BFC81. Grayscale: #3C3C3C. Windows color (decimal): -7076994 or 8258452. OLE color: 8258452.

HSL color Cylindrical-coordinate representation of color #94037E: hue angle of 309.1º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #94037E is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB1483126-
CMYK00.980.150.42
HSL309.1º96.03%29.61%-
HSV(B)309.1º97.97%58.04%-
XYZ16.017.8720.41-
YUV60.38165.04190.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 53.43%
GREEN value IS 3 (1.56% from 255) = 1.08%
BLUE value IS 126 (49.61% from 255) = 45.49%
R=53.43%
G=1.08%
B=45.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148312600.980.150.42309.196.0329.61
Hex9437E062F2A135601e
Octal22431760142175246514036
Binary10010100111111110011000101111101010100110101110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94037E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94037E; }

 p { color: rgb(148,3,126); }

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

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

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

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

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

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

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