#93159D

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

Shades of Dark Magenta #93159D

Tints of Dark Magenta #93159D

Color information

#93159D (or 0x93159D) is unknown color: approx Dark Magenta. HEX triplet: 93, 15 and 9D. RGB value is (147,21,157). Sum of RGB (Red+Green+Blue) = 147+21+157=325 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.23% from 325); Green value is 21 (8.59% from 255 or 6.46% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #93159D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93159D is #6CEA62. Grayscale: #494949. Windows color (decimal): -7137891 or 10294675. OLE color: 10294675.

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

Color convert

RGB14721157-
CMYK0.060.8700.38
HSL295.59º76.4%34.9%-
HSV(B)295.59º86.62%61.57%-
XYZ18.399.1732.7-
YUV74.18174.74179.94-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.23%
GREEN value IS 21 (8.59% from 255) = 6.46%
BLUE value IS 157 (61.72% from 255) = 48.31%
R=45.23%
G=6.46%
B=48.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal147211570.060.8700.38295.5976.434.9
Hex93159D6570261284c23
Octal22325235612704645011443
Binary100100111010110011101110101011101001101001010001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93159D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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