#931093

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

Shades of Dark Magenta #931093

Tints of Dark Magenta #931093

Color information

#931093 (or 0x931093) is unknown color: approx Dark Magenta. HEX triplet: 93, 10 and 93. RGB value is (147,16,147). Sum of RGB (Red+Green+Blue) = 147+16+147=310 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.42% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 147 (57.81% from 255 or 47.42% from 310); Max value from RGB is 147 - color contains mainly: red, blue. Hex color #931093 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #931093 is #6CEF6C. Grayscale: #454545. Windows color (decimal): -7139181 or 9638035. OLE color: 9638035.

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

Color convert

RGB14716147-
CMYK00.8900.42
HSL300º80.37%31.96%-
HSV(B)300º89.12%57.65%-
XYZ17.488.6828.36-
YUV70.1171.4182.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.42%
GREEN value IS 16 (6.64% from 255) = 5.16%
BLUE value IS 147 (57.81% from 255) = 47.42%
R=47.42%
G=5.16%
B=47.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471614700.8900.4230080.3731.96
Hex93109305902A12c5020
Octal22320223013105245412040
Binary1001001110000100100110101100101010101001011001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931093; }

 p { color: rgb(147,16,147); }

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

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

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

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

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

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

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