#94048A

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

Shades of Dark Magenta #94048A

Tints of Dark Magenta #94048A

Color information

#94048A (or 0x94048A) is unknown color: approx Dark Magenta. HEX triplet: 94, 04 and 8A. RGB value is (148,4,138). Sum of RGB (Red+Green+Blue) = 148+4+138=290 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.03% from 290); Green value is 4 (1.95% from 255 or 1.38% from 290); Blue value is 138 (54.30% from 255 or 47.59% from 290); Max value from RGB is 148 - color contains mainly: red. Hex color #94048A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94048A is #6BFB75. Grayscale: #3D3D3D. Windows color (decimal): -7076726 or 9045140. OLE color: 9045140.

HSL color Cylindrical-coordinate representation of color #94048A: hue angle of 304.17º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #94048A is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB1484138-
CMYK00.970.070.42
HSL304.17º94.74%29.8%-
HSV(B)304.17º97.3%58.04%-
XYZ16.848.2224.74-
YUV62.33170.71189.1-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.03%
GREEN value IS 4 (1.95% from 255) = 1.38%
BLUE value IS 138 (54.30% from 255) = 47.59%
R=51.03%
G=1.38%
B=47.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148413800.970.070.42304.1794.7429.8
Hex9448A06172A1305f1e
Octal2244212014175246013736
Binary100101001001000101001100001111101010100110000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94048A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94048A; }

 p { color: rgb(148,4,138); }

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

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

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

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

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

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

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