#93118F

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

Shades of Dark Magenta #93118F

Tints of Dark Magenta #93118F

Color information

#93118F (or 0x93118F) is unknown color: approx Dark Magenta. HEX triplet: 93, 11 and 8F. RGB value is (147,17,143). Sum of RGB (Red+Green+Blue) = 147+17+143=307 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.88% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 143 (56.25% from 255 or 46.58% from 307); Max value from RGB is 147 - color contains mainly: red. Hex color #93118F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93118F is #6CEE70. Grayscale: #454545. Windows color (decimal): -7138929 or 9376147. OLE color: 9376147.

HSL color Cylindrical-coordinate representation of color #93118F: hue angle of 301.85º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #93118F is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB14717143-
CMYK00.880.030.42
HSL301.85º79.27%32.16%-
HSV(B)301.85º88.44%57.65%-
XYZ17.198.5926.74-
YUV70.23169.07182.75-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.88%
GREEN value IS 17 (7.03% from 255) = 5.54%
BLUE value IS 143 (56.25% from 255) = 46.58%
R=47.88%
G=5.54%
B=46.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471714300.880.030.42301.8579.2732.16
Hex93118F05832A12e4f20
Octal22321217013035245611740
Binary10010011100011000111101011000111010101001011101001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93118F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93118F; }

 p { color: rgb(147,17,143); }

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

<style>
 a { background-color: #93118F; }

 a { background-color: rgb(147,17,143); }

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

<style>
 span { border-color: #93118F; }

 span { border-color: rgb(147,17,143); }

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