#94159D

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

Shades of Dark Magenta #94159D

Tints of Dark Magenta #94159D

Color information

#94159D (or 0x94159D) is unknown color: approx Dark Magenta. HEX triplet: 94, 15 and 9D. RGB value is (148,21,157). Sum of RGB (Red+Green+Blue) = 148+21+157=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 157 - color contains mainly: blue. Hex color #94159D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94159D is #6BEA62. Grayscale: #4A4A4A. Windows color (decimal): -7072355 or 10294676. OLE color: 10294676.

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

Color convert

RGB14821157-
CMYK0.060.8700.38
HSL296.03º76.4%34.9%-
HSV(B)296.03º86.62%61.57%-
XYZ18.579.2732.71-
YUV74.48174.58180.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.40%
GREEN value IS 21 (8.59% from 255) = 6.44%
BLUE value IS 157 (61.72% from 255) = 48.16%
R=45.40%
G=6.44%
B=48.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal148211570.060.8700.38296.0376.434.9
Hex94159D6570261284c23
Octal22425235612704645011443
Binary100101001010110011101110101011101001101001010001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94159D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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