#93097E

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

Shades of Dark Magenta #93097E

Tints of Dark Magenta #93097E

Color information

#93097E (or 0x93097E) is unknown color: approx Dark Magenta. HEX triplet: 93, 09 and 7E. RGB value is (147,9,126). Sum of RGB (Red+Green+Blue) = 147+9+126=282 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.13% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 126 (49.61% from 255 or 44.68% from 282); Max value from RGB is 147 - color contains mainly: red. Hex color #93097E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93097E is #6CF681. Grayscale: #3F3F3F. Windows color (decimal): -7140994 or 8259987. OLE color: 8259987.

HSL color Cylindrical-coordinate representation of color #93097E: hue angle of 309.13º degrees, saturation: 0.88, 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 #93097E is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB1479126-
CMYK00.940.140.42
HSL309.13º88.46%30.59%-
HSV(B)309.13º93.88%57.65%-
XYZ15.97.920.43-
YUV63.6163.22187.49-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 52.13%
GREEN value IS 9 (3.91% from 255) = 3.19%
BLUE value IS 126 (49.61% from 255) = 44.68%
R=52.13%
G=3.19%
B=44.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147912600.940.140.42309.1388.4630.59
Hex9397E05EE2A135581f
Octal223111760136165246513037
Binary1001001110011111110010111101110101010100110101101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93097E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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