#93099D

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

Shades of Dark Magenta #93099D

Tints of Dark Magenta #93099D

Color information

#93099D (or 0x93099D) is unknown color: approx Dark Magenta. HEX triplet: 93, 09 and 9D. RGB value is (147,9,157). Sum of RGB (Red+Green+Blue) = 147+9+157=313 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.96% from 313); Green value is 9 (3.91% from 255 or 2.88% from 313); Blue value is 157 (61.72% from 255 or 50.16% from 313); Max value from RGB is 157 - color contains mainly: blue. Hex color #93099D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93099D is #6CF662. Grayscale: #424242. Windows color (decimal): -7140963 or 10291603. OLE color: 10291603.

HSL color Cylindrical-coordinate representation of color #93099D: hue angle of 295.95º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #93099D is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1479157-
CMYK0.060.9400.38
HSL295.95º89.16%32.55%-
HSV(B)295.95º94.27%61.57%-
XYZ18.228.8332.64-
YUV67.13178.72184.97-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.96%
GREEN value IS 9 (3.91% from 255) = 2.88%
BLUE value IS 157 (61.72% from 255) = 50.16%
R=46.96%
G=2.88%
B=50.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal14791570.060.9400.38295.9589.1632.55
Hex9399D65E0261285921
Octal22311235613604645013141
Binary10010011100110011101110101111001001101001010001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93099D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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