#94097E

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

Shades of Dark Magenta #94097E

Tints of Dark Magenta #94097E

Color information

#94097E (or 0x94097E) is unknown color: approx Dark Magenta. HEX triplet: 94, 09 and 7E. RGB value is (148,9,126). Sum of RGB (Red+Green+Blue) = 148+9+126=283 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.30% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 126 (49.61% from 255 or 44.52% from 283); Max value from RGB is 148 - color contains mainly: red. Hex color #94097E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94097E is #6BF681. Grayscale: #3F3F3F. Windows color (decimal): -7075458 or 8259988. OLE color: 8259988.

HSL color Cylindrical-coordinate representation of color #94097E: hue angle of 309.5º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #94097E is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB1489126-
CMYK00.940.150.42
HSL309.5º88.54%30.78%-
HSV(B)309.5º93.92%58.04%-
XYZ16.08820.44-
YUV63.9163.05187.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 52.30%
GREEN value IS 9 (3.91% from 255) = 3.18%
BLUE value IS 126 (49.61% from 255) = 44.52%
R=52.30%
G=3.18%
B=44.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148912600.940.150.42309.588.5430.78
Hex9497E05EF2A135591f
Octal224111760136175246513137
Binary1001010010011111110010111101111101010100110101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94097E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94097E; }

 p { color: rgb(148,9,126); }

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

<style>
 a { background-color: #94097E; }

 a { background-color: rgb(148,9,126); }

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

<style>
 span { border-color: #94097E; }

 span { border-color: rgb(148,9,126); }

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