#890984

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

Shades of Dark Magenta #890984

Tints of Dark Magenta #890984

Color information

#890984 (or 0x890984) is unknown color: approx Dark Magenta. HEX triplet: 89, 09 and 84. RGB value is (137,9,132). Sum of RGB (Red+Green+Blue) = 137+9+132=278 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.28% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 132 (51.95% from 255 or 47.48% from 278); Max value from RGB is 137 - color contains mainly: red. Hex color #890984 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890984 is #76F67B. Grayscale: #3C3C3C. Windows color (decimal): -7796348 or 8653193. OLE color: 8653193.

HSL color Cylindrical-coordinate representation of color #890984: hue angle of 302.34º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890984 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB1379132-
CMYK00.930.040.46
HSL302.34º87.67%28.63%-
HSV(B)302.34º93.43%53.73%-
XYZ14.587.1822.45-
YUV61.29167.91182-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.28%
GREEN value IS 9 (3.91% from 255) = 3.24%
BLUE value IS 132 (51.95% from 255) = 47.48%
R=49.28%
G=3.24%
B=47.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137913200.930.040.46302.3487.6728.63
Hex8998405D42E12e581d
Octal21111204013545645613035
Binary1000100110011000010001011101100101110100101110101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890984; }

 p { color: rgb(137,9,132); }

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

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

 a { background-color: rgb(137,9,132); }

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

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

 span { border-color: rgb(137,9,132); }

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