#94088A

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

Shades of Dark Magenta #94088A

Tints of Dark Magenta #94088A

Color information

#94088A (or 0x94088A) is unknown color: approx Dark Magenta. HEX triplet: 94, 08 and 8A. RGB value is (148,8,138). Sum of RGB (Red+Green+Blue) = 148+8+138=294 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.34% from 294); Green value is 8 (3.52% from 255 or 2.72% from 294); Blue value is 138 (54.30% from 255 or 46.94% from 294); Max value from RGB is 148 - color contains mainly: red. Hex color #94088A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94088A is #6BF775. Grayscale: #404040. Windows color (decimal): -7075702 or 9046164. OLE color: 9046164.

HSL color Cylindrical-coordinate representation of color #94088A: hue angle of 304.29º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #94088A is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB1488138-
CMYK00.950.070.42
HSL304.29º89.74%30.59%-
HSV(B)304.29º94.59%58.04%-
XYZ16.898.324.76-
YUV64.68169.38187.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.34%
GREEN value IS 8 (3.52% from 255) = 2.72%
BLUE value IS 138 (54.30% from 255) = 46.94%
R=50.34%
G=2.72%
B=46.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148813800.950.070.42304.2989.7430.59
Hex9488A05F72A1305a1f
Octal22410212013775246013237
Binary1001010010001000101001011111111101010100110000101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94088A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94088A; }

 p { color: rgb(148,8,138); }

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

<style>
 a { background-color: #94088A; }

 a { background-color: rgb(148,8,138); }

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

<style>
 span { border-color: #94088A; }

 span { border-color: rgb(148,8,138); }

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