Html Css Color HEX #94077C Dark Magenta

📋 copy color: '#94077C'

red 148 ◦ green 7 ◦ blue 124

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

Shades of Dark Magenta #94077C

Tints of Dark Magenta #94077C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.51%

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

R = 53.05%
G = 2.51%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#94077C (or 0x94077C) is known color: Dark Magenta. HEX triplet: 94, 07 and 7C. RGB value is (148,7,124). Sum of RGB (Red+Green+Blue) = 148+7+124=279 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.05% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 148 - color contains mainly: red. Hex color #94077C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94077C is #6BF883. Grayscale: #3E3E3E. Windows color (decimal): -7075972 or 8128404. OLE color: 8128404.

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

Color convert

RGB 148 7 124 -
CMYK 0 0.95 0.16 0.42
HSL 310.21º 0.91% 0.3% -
HSV(B) 310.21º 0.95% 0.58% -
XYZ 15.93 7.9 19.75 -
YUV 62.5 162.71 188.99 -
System Red Green Blue C M Y K H S L
Decimal 148 7 124 0 0.95 0.16 0.42 310.21 0.91 0.3
Hex 94 7 7C 0 5F 10 2A 136 5B 1E
Octal 224 7 174 0 137 20 52 466 133 36
Binary 10010100 111 1111100 0 1011111 10000 101010 100110110 1011011 11110

Color Harmonies of #94077C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94077C

Black with #94077C

Text Example


Text Example

White with #94077C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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