#94138e

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

Shades of Dark Magenta #94138E

Tints of Dark Magenta #94138E

Color information

#94138E (or 0x94138E) is unknown color: approx Dark Magenta. HEX triplet: 94, 13 and 8E. RGB value is (148,19,142). Sum of RGB (Red+Green+Blue) = 148+19+142=309 (40% of max value = 765). Red value is 148 (58.20% from 255 or 47.90% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 148 - color contains mainly: red. Hex color #94138E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94138E is #6BEC71. Grayscale: #474747. Windows color (decimal): -7072882 or 9311124. OLE color: 9311124.

HSL color Cylindrical-coordinate representation of color #94138E: hue angle of 302.79º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #94138E is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB14819142-
CMYK00.870.040.42
HSL302.79º77.25%32.75%-
HSV(B)302.79º87.16%58.04%-
XYZ17.338.7126.36-
YUV71.59167.74182.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.90%
GREEN value IS 19 (7.81% from 255) = 6.15%
BLUE value IS 142 (55.86% from 255) = 45.95%
R=47.90%
G=6.15%
B=45.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481914200.870.040.42302.7977.2532.75
Hex94138E05742A12f4d21
Octal22423216012745245711541
Binary100101001001110001110010101111001010101001011111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94138e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94138e; }

 p { color: rgb(148,19,142); }

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

<style>
 a { background-color: #94138e; }

 a { background-color: rgb(148,19,142); }

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

<style>
 span { border-color: #94138e; }

 span { border-color: rgb(148,19,142); }

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