#931089

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

Shades of Dark Magenta #931089

Tints of Dark Magenta #931089

Color information

#931089 (or 0x931089) is unknown color: approx Dark Magenta. HEX triplet: 93, 10 and 89. RGB value is (147,16,137). Sum of RGB (Red+Green+Blue) = 147+16+137=300 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49% from 300); Green value is 16 (6.64% from 255 or 5.33% from 300); Blue value is 137 (53.91% from 255 or 45.67% from 300); Max value from RGB is 147 - color contains mainly: red. Hex color #931089 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #931089 is #6CEF76. Grayscale: #444444. Windows color (decimal): -7139191 or 8982675. OLE color: 8982675.

HSL color Cylindrical-coordinate representation of color #931089: hue angle of 304.58º 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 #931089 is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB14716137-
CMYK00.890.070.42
HSL304.58º80.37%31.96%-
HSV(B)304.58º89.12%57.65%-
XYZ16.738.3824.4-
YUV68.96166.4183.66-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49%
GREEN value IS 16 (6.64% from 255) = 5.33%
BLUE value IS 137 (53.91% from 255) = 45.67%
R=49%
G=5.33%
B=45.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471613700.890.070.42304.5880.3731.96
Hex93108905972A1315020
Octal22320211013175246112040
Binary100100111000010001001010110011111010101001100011010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931089; }

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

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

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

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

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

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

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

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