#931990

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

Shades of Dark Magenta #931990

Tints of Dark Magenta #931990

Color information

#931990 (or 0x931990) is unknown color: approx Dark Magenta. HEX triplet: 93, 19 and 90. RGB value is (147,25,144). Sum of RGB (Red+Green+Blue) = 147+25+144=316 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.52% from 316); Green value is 25 (10.16% from 255 or 7.91% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 147 - color contains mainly: red. Hex color #931990 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #931990 is #6CE66F. Grayscale: #4A4A4A. Windows color (decimal): -7136880 or 9443731. OLE color: 9443731.

HSL color Cylindrical-coordinate representation of color #931990: hue angle of 301.48º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #931990 is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB14725144-
CMYK00.830.020.42
HSL301.48º70.93%33.73%-
HSV(B)301.48º82.99%57.65%-
XYZ17.418.9127.19-
YUV75.04166.92179.32-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.52%
GREEN value IS 25 (10.16% from 255) = 7.91%
BLUE value IS 144 (56.64% from 255) = 45.57%
R=46.52%
G=7.91%
B=45.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1472514400.830.020.42301.4870.9333.73
Hex93199005322A12d4722
Octal22331220012325245510742
Binary10010011110011001000001010011101010101001011011000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931990; }

 p { color: rgb(147,25,144); }

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

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

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

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

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

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

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