#94037D

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

Shades of Dark Magenta #94037D

Tints of Dark Magenta #94037D

Color information

#94037D (or 0x94037D) is unknown color: approx Dark Magenta. HEX triplet: 94, 03 and 7D. RGB value is (148,3,125). Sum of RGB (Red+Green+Blue) = 148+3+125=276 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.62% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 125 (49.22% from 255 or 45.29% from 276); Max value from RGB is 148 - color contains mainly: red. Hex color #94037D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94037D is #6BFC82. Grayscale: #3B3B3B. Windows color (decimal): -7076995 or 8192916. OLE color: 8192916.

HSL color Cylindrical-coordinate representation of color #94037D: hue angle of 309.52º 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 #94037D is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB1483125-
CMYK00.980.160.42
HSL309.52º96.03%29.61%-
HSV(B)309.52º97.97%58.04%-
XYZ15.957.8420.08-
YUV60.26164.54190.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 53.62%
GREEN value IS 3 (1.56% from 255) = 1.09%
BLUE value IS 125 (49.22% from 255) = 45.29%
R=53.62%
G=1.09%
B=45.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148312500.980.160.42309.5296.0329.61
Hex9437D062102A136601e
Octal22431750142205246614036
Binary100101001111111010110001010000101010100110110110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94037D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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