#890A8B

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

Shades of Dark Magenta #890A8B

Tints of Dark Magenta #890A8B

Color information

#890A8B (or 0x890A8B) is unknown color: approx Dark Magenta. HEX triplet: 89, 0A and 8B. RGB value is (137,10,139). Sum of RGB (Red+Green+Blue) = 137+10+139=286 (37% of max value = 765). Red value is 137 (53.91% from 255 or 47.90% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #890A8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890A8B is #76F574. Grayscale: #3E3E3E. Windows color (decimal): -7796085 or 9112201. OLE color: 9112201.

HSL color Cylindrical-coordinate representation of color #890A8B: hue angle of 299.07º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890A8B is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13710139-
CMYK0.010.9300.45
HSL299.07º86.58%29.22%-
HSV(B)299.07º92.81%54.51%-
XYZ15.097.425.06-
YUV62.68171.08181.01-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.90%
GREEN value IS 10 (4.30% from 255) = 3.50%
BLUE value IS 139 (54.69% from 255) = 48.60%
R=47.90%
G=3.50%
B=48.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal137101390.010.9300.45299.0786.5829.22
Hex89A8B15D02D12b571d
Octal21112213113505545312735
Binary10001001101010001011110111010101101100101011101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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