#94048F

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

Shades of Dark Magenta #94048F

Tints of Dark Magenta #94048F

Color information

#94048F (or 0x94048F) is unknown color: approx Dark Magenta. HEX triplet: 94, 04 and 8F. RGB value is (148,4,143). Sum of RGB (Red+Green+Blue) = 148+4+143=295 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50.17% from 295); Green value is 4 (1.95% from 255 or 1.36% from 295); Blue value is 143 (56.25% from 255 or 48.47% from 295); Max value from RGB is 148 - color contains mainly: red. Hex color #94048F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94048F is #6BFB70. Grayscale: #3E3E3E. Windows color (decimal): -7076721 or 9372820. OLE color: 9372820.

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

Color convert

RGB1484143-
CMYK00.970.030.42
HSL302.08º94.74%29.8%-
HSV(B)302.08º97.3%58.04%-
XYZ17.218.3726.69-
YUV62.9173.21188.7-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.17%
GREEN value IS 4 (1.95% from 255) = 1.36%
BLUE value IS 143 (56.25% from 255) = 48.47%
R=50.17%
G=1.36%
B=48.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148414300.970.030.42302.0894.7429.8
Hex9448F06132A12e5f1e
Octal2244217014135245613736
Binary10010100100100011110110000111101010100101110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94048F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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