#93097C

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

Shades of Dark Magenta #93097C

Tints of Dark Magenta #93097C

Color information

#93097C (or 0x93097C) is unknown color: approx Dark Magenta. HEX triplet: 93, 09 and 7C. RGB value is (147,9,124). Sum of RGB (Red+Green+Blue) = 147+9+124=280 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.5% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 147 - color contains mainly: red. Hex color #93097C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93097C is #6CF683. Grayscale: #3F3F3F. Windows color (decimal): -7140996 or 8128915. OLE color: 8128915.

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

Color convert

RGB1479124-
CMYK00.940.160.42
HSL310º88.46%30.59%-
HSV(B)310º93.88%57.65%-
XYZ15.777.8519.75-
YUV63.37162.22187.65-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 52.5%
GREEN value IS 9 (3.91% from 255) = 3.21%
BLUE value IS 124 (48.83% from 255) = 44.29%
R=52.5%
G=3.21%
B=44.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147912400.940.160.4231088.4630.59
Hex9397C05E102A136581f
Octal223111740136205246613037
Binary10010011100111111000101111010000101010100110110101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93097C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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