Html Css Color HEX #94077D Dark Magenta

📋 copy color: '#94077D'

red 148 ◦ green 7 ◦ blue 125

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

Shades of Dark Magenta #94077D

Tints of Dark Magenta #94077D

RGB

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

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

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

R = 52.86%
G = 2.5%
B = 44.64%

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

#94077D (or 0x94077D) is known color: Dark Magenta. HEX triplet: 94, 07 and 7D. RGB value is (148,7,125). Sum of RGB (Red+Green+Blue) = 148+7+125=280 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.86% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 125 (49.22% from 255 or 44.64% from 280); Max value from RGB is 148 - color contains mainly: red. Hex color #94077D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94077D is #6BF882. Grayscale: #3E3E3E. Windows color (decimal): -7075971 or 8193940. OLE color: 8193940.

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

Color convert

RGB 148 7 125 -
CMYK 0 0.95 0.16 0.42
HSL 309.79º 0.91% 0.3% -
HSV(B) 309.79º 0.95% 0.58% -
XYZ 15.99 7.93 20.09 -
YUV 62.61 163.21 188.91 -
System Red Green Blue C M Y K H S L
Decimal 148 7 125 0 0.95 0.16 0.42 309.79 0.91 0.3
Hex 94 7 7D 0 5F 10 2A 136 5B 1E
Octal 224 7 175 0 137 20 52 466 133 36
Binary 10010100 111 1111101 0 1011111 10000 101010 100110110 1011011 11110

Color Harmonies of #94077D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94077D

Black with #94077D

Text Example


Text Example

White with #94077D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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