#890E92

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

Shades of Dark Magenta #890E92

Tints of Dark Magenta #890E92

Color information

#890E92 (or 0x890E92) is unknown color: approx Dark Magenta. HEX triplet: 89, 0E and 92. RGB value is (137,14,146). Sum of RGB (Red+Green+Blue) = 137+14+146=297 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.13% from 297); Green value is 14 (5.86% from 255 or 4.71% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #890E92 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890E92 is #76F16D. Grayscale: #414141. Windows color (decimal): -7795054 or 9571977. OLE color: 9571977.

HSL color Cylindrical-coordinate representation of color #890E92: hue angle of 295.91º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #890E92 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13714146-
CMYK0.060.9000.43
HSL295.91º82.5%31.37%-
HSV(B)295.91º90.41%57.25%-
XYZ15.667.7127.86-
YUV65.82173.25178.77-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.13%
GREEN value IS 14 (5.86% from 255) = 4.71%
BLUE value IS 146 (57.42% from 255) = 49.16%
R=46.13%
G=4.71%
B=49.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal137141460.060.9000.43295.9182.531.37
Hex89E9265A02B128521f
Octal21116222613205345012237
Binary1000100111101001001011010110100101011100101000101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890E92; }

 p { color: rgb(137,14,146); }

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

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

 a { background-color: rgb(137,14,146); }

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

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

 span { border-color: rgb(137,14,146); }

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