#890A97

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

Shades of Dark Magenta #890A97

Tints of Dark Magenta #890A97

Color information

#890A97 (or 0x890A97) is unknown color: approx Dark Magenta. HEX triplet: 89, 0A and 97. RGB value is (137,10,151). Sum of RGB (Red+Green+Blue) = 137+10+151=298 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.97% from 298); Green value is 10 (4.30% from 255 or 3.36% from 298); Blue value is 151 (59.38% from 255 or 50.67% from 298); Max value from RGB is 151 - color contains mainly: blue. Hex color #890A97 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890A97 is #76F568. Grayscale: #3F3F3F. Windows color (decimal): -7796073 or 9898633. OLE color: 9898633.

HSL color Cylindrical-coordinate representation of color #890A97: hue angle of 294.04º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890A97 is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13710151-
CMYK0.090.9300.41
HSL294.04º87.58%31.57%-
HSV(B)294.04º93.38%59.22%-
XYZ16.017.7729.93-
YUV64.05177.08180.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.97%
GREEN value IS 10 (4.30% from 255) = 3.36%
BLUE value IS 151 (59.38% from 255) = 50.67%
R=45.97%
G=3.36%
B=50.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal137101510.090.9300.41294.0487.5831.57
Hex89A9795D0291265820
Octal211122271113505144613040
Binary100010011010100101111001101110101010011001001101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,10,151); }

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

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

 a { background-color: rgb(137,10,151); }

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

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

 span { border-color: rgb(137,10,151); }

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