Html Css Color HEX #94047D Dark Magenta

📋 copy color: '#94047D'

red 148 ◦ green 4 ◦ blue 125

#94047D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #94047D

Tints of Dark Magenta #94047D

RGB

 RED value IS 148 (58.2% from 255) = 53.43%

 GREEN value IS 4 (1.95% from 255) = 1.44%

 BLUE value IS 125 (49.22% from 255) = 45.13%

R = 53.43%
G = 1.44%
B = 45.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#94047D (or 0x94047D) is known color: Dark Magenta. HEX triplet: 94, 04 and 7D. RGB value is (148,4,125). Sum of RGB (Red+Green+Blue) = 148+4+125=277 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.43% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 125 (49.22% from 255 or 45.13% from 277); Max value from RGB is 148 - color contains mainly: red. Hex color #94047D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94047D is #6BFB82. Grayscale: #3C3C3C. Windows color (decimal): -7076739 or 8193172. OLE color: 8193172.

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

Color convert

RGB 148 4 125 -
CMYK 0 0.97 0.16 0.42
HSL 309.58º 0.95% 0.3% -
HSV(B) 309.58º 0.97% 0.58% -
XYZ 15.96 7.86 20.08 -
YUV 60.85 164.21 190.16 -
System Red Green Blue C M Y K H S L
Decimal 148 4 125 0 0.97 0.16 0.42 309.58 0.95 0.3
Hex 94 4 7D 0 61 10 2A 136 5F 1E
Octal 224 4 175 0 141 20 52 466 137 36
Binary 10010100 100 1111101 0 1100001 10000 101010 100110110 1011111 11110

Color Harmonies of #94047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94047D

Black with #94047D

Text Example


Text Example

White with #94047D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #94047D;
 }
 .AnyTagClassName
 {
   color: #94047D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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