Html Css Color HEX #94079D Dark Magenta

📋 copy color: '#94079D'

red 148 ◦ green 7 ◦ blue 157

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

Shades of Dark Magenta #94079D

Tints of Dark Magenta #94079D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 50.32%

R = 47.44%
G = 2.24%
B = 50.32%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#94079D (or 0x94079D) is known color: Dark Magenta. HEX triplet: 94, 07 and 9D. RGB value is (148,7,157). Sum of RGB (Red+Green+Blue) = 148+7+157=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 157 (61.72% from 255 or 50.32% from 312); Max value from RGB is 157 - color contains mainly: blue. Hex color #94079D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94079D is #6BF862. Grayscale: #414141. Windows color (decimal): -7075939 or 10291092. OLE color: 10291092.

HSL color Cylindrical-coordinate representation of color #94079D: hue angle of 296.4º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #94079D is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 7 157 -
CMYK 0.06 0.96 0 0.38
HSL 296.4º 0.91% 0.32% -
HSV(B) 296.4º 0.96% 0.62% -
XYZ 18.37 8.88 32.64 -
YUV 66.26 179.21 186.3 -
System Red Green Blue C M Y K H S L
Decimal 148 7 157 0.06 0.96 0 0.38 296.4 0.91 0.32
Hex 94 7 9D 6 60 0 26 128 5B 20
Octal 224 7 235 6 140 0 46 450 133 40
Binary 10010100 111 10011101 110 1100000 0 100110 100101000 1011011 100000

Color Harmonies of #94079D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94079D

Black with #94079D

Text Example


Text Example

White with #94079D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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