#94139F

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

Shades of Dark Magenta #94139F

Tints of Dark Magenta #94139F

Color information

#94139F (or 0x94139F) is unknown color: approx Dark Magenta. HEX triplet: 94, 13 and 9F. RGB value is (148,19,159). Sum of RGB (Red+Green+Blue) = 148+19+159=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 159 (62.5% from 255 or 48.77% from 326); Max value from RGB is 159 - color contains mainly: blue. Hex color #94139F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94139F is #6BEC60. Grayscale: #494949. Windows color (decimal): -7072865 or 10425236. OLE color: 10425236.

HSL color Cylindrical-coordinate representation of color #94139F: hue angle of 295.29º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #94139F is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14819159-
CMYK0.070.8800.38
HSL295.29º78.65%34.9%-
HSV(B)295.29º88.05%62.35%-
XYZ18.79.2633.6-
YUV73.53176.24181.12-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.40%
GREEN value IS 19 (7.81% from 255) = 5.83%
BLUE value IS 159 (62.5% from 255) = 48.77%
R=45.40%
G=5.83%
B=48.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal148191590.070.8800.38295.2978.6534.9
Hex94139F7580261274f23
Octal22423237713004644711743
Binary100101001001110011111111101100001001101001001111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94139F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94139F; }

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

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

<style>
 a { background-color: #94139F; }

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

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

<style>
 span { border-color: #94139F; }

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

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