#94078C

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

Shades of Dark Magenta #94078C

Tints of Dark Magenta #94078C

Color information

#94078C (or 0x94078C) is unknown color: approx Dark Magenta. HEX triplet: 94, 07 and 8C. RGB value is (148,7,140). Sum of RGB (Red+Green+Blue) = 148+7+140=295 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50.17% from 295); Green value is 7 (3.12% from 255 or 2.37% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 148 - color contains mainly: red. Hex color #94078C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94078C is #6BF873. Grayscale: #3F3F3F. Windows color (decimal): -7075956 or 9176980. OLE color: 9176980.

HSL color Cylindrical-coordinate representation of color #94078C: hue angle of 303.4º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #94078C is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB1487140-
CMYK00.950.050.42
HSL303.4º90.97%30.39%-
HSV(B)303.4º95.27%58.04%-
XYZ17.028.3425.52-
YUV64.32170.71187.69-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.17%
GREEN value IS 7 (3.12% from 255) = 2.37%
BLUE value IS 140 (55.08% from 255) = 47.46%
R=50.17%
G=2.37%
B=47.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148714000.950.050.42303.490.9730.39
Hex9478C05F52A12f5b1e
Octal2247214013755245713336
Binary100101001111000110001011111101101010100101111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94078C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94078C; }

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

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

<style>
 a { background-color: #94078C; }

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

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

<style>
 span { border-color: #94078C; }

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

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