#93097D

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

Shades of Dark Magenta #93097D

Tints of Dark Magenta #93097D

Color information

#93097D (or 0x93097D) is unknown color: approx Dark Magenta. HEX triplet: 93, 09 and 7D. RGB value is (147,9,125). Sum of RGB (Red+Green+Blue) = 147+9+125=281 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.31% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 147 - color contains mainly: red. Hex color #93097D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93097D is #6CF682. Grayscale: #3F3F3F. Windows color (decimal): -7140995 or 8194451. OLE color: 8194451.

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

Color convert

RGB1479125-
CMYK00.940.150.42
HSL309.57º88.46%30.59%-
HSV(B)309.57º93.88%57.65%-
XYZ15.837.8820.09-
YUV63.49162.72187.57-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 52.31%
GREEN value IS 9 (3.91% from 255) = 3.20%
BLUE value IS 125 (49.22% from 255) = 44.48%
R=52.31%
G=3.20%
B=44.48%

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
Decimal147912500.940.150.42309.5788.4630.59
Hex9397D05EF2A136581f
Octal223111750136175246613037
Binary1001001110011111101010111101111101010100110110101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93097D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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