#890993

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

Shades of Dark Magenta #890993

Tints of Dark Magenta #890993

Color information

#890993 (or 0x890993) is unknown color: approx Dark Magenta. HEX triplet: 89, 09 and 93. RGB value is (137,9,147). Sum of RGB (Red+Green+Blue) = 137+9+147=293 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.76% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 147 (57.81% from 255 or 50.17% from 293); Max value from RGB is 147 - color contains mainly: blue. Hex color #890993 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890993 is #76F66C. Grayscale: #3E3E3E. Windows color (decimal): -7796333 or 9636233. OLE color: 9636233.

HSL color Cylindrical-coordinate representation of color #890993: hue angle of 295.65º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890993 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1379147-
CMYK0.070.9400.42
HSL295.65º88.46%30.59%-
HSV(B)295.65º93.88%57.65%-
XYZ15.687.6228.25-
YUV63175.41180.78-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.76%
GREEN value IS 9 (3.91% from 255) = 3.07%
BLUE value IS 147 (57.81% from 255) = 50.17%
R=46.76%
G=3.07%
B=50.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13791470.070.9400.42295.6588.4630.59
Hex8999375E02A128581f
Octal21111223713605245013037
Binary1000100110011001001111110111100101010100101000101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890993; }

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

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

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

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

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

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

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

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