#94037F

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

Shades of Dark Magenta #94037F

Tints of Dark Magenta #94037F

Color information

#94037F (or 0x94037F) is unknown color: approx Dark Magenta. HEX triplet: 94, 03 and 7F. RGB value is (148,3,127). Sum of RGB (Red+Green+Blue) = 148+3+127=278 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.24% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 127 (50% from 255 or 45.68% from 278); Max value from RGB is 148 - color contains mainly: red. Hex color #94037F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94037F is #6BFC80. Grayscale: #3C3C3C. Windows color (decimal): -7076993 or 8323988. OLE color: 8323988.

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

Color convert

RGB1483127-
CMYK00.980.140.42
HSL308.69º96.03%29.61%-
HSV(B)308.69º97.97%58.04%-
XYZ16.087.8920.75-
YUV60.49165.54190.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 53.24%
GREEN value IS 3 (1.56% from 255) = 1.08%
BLUE value IS 127 (50% from 255) = 45.68%
R=53.24%
G=1.08%
B=45.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148312700.980.140.42308.6996.0329.61
Hex9437F062E2A135601e
Octal22431770142165246514036
Binary10010100111111111011000101110101010100110101110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94037F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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