#890393

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

Shades of Dark Magenta #890393

Tints of Dark Magenta #890393

Color information

#890393 (or 0x890393) is unknown color: approx Dark Magenta. HEX triplet: 89, 03 and 93. RGB value is (137,3,147). Sum of RGB (Red+Green+Blue) = 137+3+147=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 147 (57.81% from 255 or 51.22% from 287); Max value from RGB is 147 - color contains mainly: blue. Hex color #890393 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890393 is #76FC6C. Grayscale: #3B3B3B. Windows color (decimal): -7797869 or 9634697. OLE color: 9634697.

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

Color convert

RGB1373147-
CMYK0.070.9800.42
HSL295.83º96%29.41%-
HSV(B)295.83º97.96%57.65%-
XYZ15.627.4928.23-
YUV59.48177.39183.29-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.74%
GREEN value IS 3 (1.56% from 255) = 1.05%
BLUE value IS 147 (57.81% from 255) = 51.22%
R=47.74%
G=1.05%
B=51.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13731470.070.9800.42295.839629.41
Hex8939376202A128601d
Octal2113223714205245014035
Binary10001001111001001111111000100101010100101000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890393; }

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

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

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

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

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

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

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

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