#94048B

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

Shades of Dark Magenta #94048B

Tints of Dark Magenta #94048B

Color information

#94048B (or 0x94048B) is unknown color: approx Dark Magenta. HEX triplet: 94, 04 and 8B. RGB value is (148,4,139). Sum of RGB (Red+Green+Blue) = 148+4+139=291 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.86% from 291); Green value is 4 (1.95% from 255 or 1.37% from 291); Blue value is 139 (54.69% from 255 or 47.77% from 291); Max value from RGB is 148 - color contains mainly: red. Hex color #94048B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94048B is #6BFB74. Grayscale: #3E3E3E. Windows color (decimal): -7076725 or 9110676. OLE color: 9110676.

HSL color Cylindrical-coordinate representation of color #94048B: hue angle of 303.75º 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 #94048B is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB1484139-
CMYK00.970.060.42
HSL303.75º94.74%29.8%-
HSV(B)303.75º97.3%58.04%-
XYZ16.928.2525.13-
YUV62.45171.21189.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.86%
GREEN value IS 4 (1.95% from 255) = 1.37%
BLUE value IS 139 (54.69% from 255) = 47.77%
R=50.86%
G=1.37%
B=47.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148413900.970.060.42303.7594.7429.8
Hex9448B06162A1305f1e
Octal2244213014165246013736
Binary100101001001000101101100001110101010100110000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94048B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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