#890998

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

Shades of Dark Magenta #890998

Tints of Dark Magenta #890998

Color information

#890998 (or 0x890998) is unknown color: approx Dark Magenta. HEX triplet: 89, 09 and 98. RGB value is (137,9,152). Sum of RGB (Red+Green+Blue) = 137+9+152=298 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.97% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 152 (59.77% from 255 or 51.01% from 298); Max value from RGB is 152 - color contains mainly: blue. Hex color #890998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890998 is #76F667. Grayscale: #3F3F3F. Windows color (decimal): -7796328 or 9963913. OLE color: 9963913.

HSL color Cylindrical-coordinate representation of color #890998: hue angle of 293.71º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890998 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1379152-
CMYK0.100.9400.40
HSL293.71º88.82%31.57%-
HSV(B)293.71º94.08%59.61%-
XYZ16.087.7830.36-
YUV63.57177.91180.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.97%
GREEN value IS 9 (3.91% from 255) = 3.02%
BLUE value IS 152 (59.77% from 255) = 51.01%
R=45.97%
G=3.02%
B=51.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal13791520.100.9400.40293.7188.8231.57
Hex89998A5E0281265920
Octal211112301213605044613140
Binary100010011001100110001010101111001010001001001101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890998; }

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

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

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

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

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

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

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

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