#890983

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

Shades of Dark Magenta #890983

Tints of Dark Magenta #890983

Color information

#890983 (or 0x890983) is unknown color: approx Dark Magenta. HEX triplet: 89, 09 and 83. RGB value is (137,9,131). Sum of RGB (Red+Green+Blue) = 137+9+131=277 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.46% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 131 (51.56% from 255 or 47.29% from 277); Max value from RGB is 137 - color contains mainly: red. Hex color #890983 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890983 is #76F67C. Grayscale: #3C3C3C. Windows color (decimal): -7796349 or 8587657. OLE color: 8587657.

HSL color Cylindrical-coordinate representation of color #890983: hue angle of 302.81º 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 #890983 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB1379131-
CMYK00.930.040.46
HSL302.81º87.67%28.63%-
HSV(B)302.81º93.43%53.73%-
XYZ14.517.1522.09-
YUV61.18167.41182.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.46%
GREEN value IS 9 (3.91% from 255) = 3.25%
BLUE value IS 131 (51.56% from 255) = 47.29%
R=49.46%
G=3.25%
B=47.29%

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
Decimal137913100.930.040.46302.8187.6728.63
Hex8998305D42E12f581d
Octal21111203013545645713035
Binary1000100110011000001101011101100101110100101111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890983; }

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

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

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

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

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

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

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

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