#94179D

Color #94179D Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #94179D

Tints of Dark Magenta #94179D

Color information

#94179D (or 0x94179D) is unknown color: approx Dark Magenta. HEX triplet: 94, 17 and 9D. RGB value is (148,23,157). Sum of RGB (Red+Green+Blue) = 148+23+157=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 23 (9.38% from 255 or 7.01% from 328); Blue value is 157 (61.72% from 255 or 47.87% from 328); Max value from RGB is 157 - color contains mainly: blue. Hex color #94179D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94179D is #6BE862. Grayscale: #4B4B4B. Windows color (decimal): -7071843 or 10295188. OLE color: 10295188.

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

Color convert

RGB14823157-
CMYK0.060.8500.38
HSL295.97º74.44%35.29%-
HSV(B)295.97º85.35%61.57%-
XYZ18.69.3432.72-
YUV75.65173.91179.6-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.12%
GREEN value IS 23 (9.38% from 255) = 7.01%
BLUE value IS 157 (61.72% from 255) = 47.87%
R=45.12%
G=7.01%
B=47.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal148231570.060.8500.38295.9774.4435.29
Hex94179D6550261284a23
Octal22427235612504645011243
Binary100101001011110011101110101010101001101001010001001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94179D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #94179D;
 }
 .AnyTagClassName
 {
   color: #94179D;
 }
</style>
background-color css

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

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

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

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

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

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