Html Css Color HEX #94047C Dark Magenta

📋 copy color: '#94047C'

red 148 ◦ green 4 ◦ blue 124

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

Shades of Dark Magenta #94047C

Tints of Dark Magenta #94047C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 44.93%

R = 53.62%
G = 1.45%
B = 44.93%

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

#94047C (or 0x94047C) is known color: Dark Magenta. HEX triplet: 94, 04 and 7C. RGB value is (148,4,124). Sum of RGB (Red+Green+Blue) = 148+4+124=276 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.62% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 148 - color contains mainly: red. Hex color #94047C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94047C is #6BFB83. Grayscale: #3C3C3C. Windows color (decimal): -7076740 or 8127636. OLE color: 8127636.

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

Color convert

RGB 148 4 124 -
CMYK 0 0.97 0.16 0.42
HSL 310º 0.95% 0.3% -
HSV(B) 310º 0.97% 0.58% -
XYZ 15.89 7.84 19.74 -
YUV 60.74 163.71 190.24 -
System Red Green Blue C M Y K H S L
Decimal 148 4 124 0 0.97 0.16 0.42 310 0.95 0.3
Hex 94 4 7C 0 61 10 2A 136 5F 1E
Octal 224 4 174 0 141 20 52 466 137 36
Binary 10010100 100 1111100 0 1100001 10000 101010 100110110 1011111 11110

Color Harmonies of #94047C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94047C

Black with #94047C

Text Example


Text Example

White with #94047C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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