Html Css Color HEX #890A87 Dark Magenta

📋 copy color: '#890A87'

red 137 ◦ green 10 ◦ blue 135

#890A87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #890A87

Tints of Dark Magenta #890A87

RGB

 RED value IS 137 (53.91% from 255) = 48.58%

 GREEN value IS 10 (4.3% from 255) = 3.55%

 BLUE value IS 135 (53.13% from 255) = 47.87%

R = 48.58%
G = 3.55%
B = 47.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#890A87 (or 0x890A87) is known color: Dark Magenta. HEX triplet: 89, 0A and 87. RGB value is (137,10,135). Sum of RGB (Red+Green+Blue) = 137+10+135=282 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.58% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 135 (53.12% from 255 or 47.87% from 282); Max value from RGB is 137 - color contains mainly: red. Hex color #890A87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890A87 is #76F578. Grayscale: #3D3D3D. Windows color (decimal): -7796089 or 8850057. OLE color: 8850057.

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

Color convert

RGB 137 10 135 -
CMYK 0 0.93 0.01 0.46
HSL 300.94º 0.86% 0.29% -
HSV(B) 300.94º 0.93% 0.54% -
XYZ 14.8 7.28 23.55 -
YUV 62.22 169.08 181.34 -
System Red Green Blue C M Y K H S L
Decimal 137 10 135 0 0.93 0.01 0.46 300.94 0.86 0.29
Hex 89 A 87 0 5D 1 2E 12D 56 1D
Octal 211 12 207 0 135 1 56 455 126 35
Binary 10001001 1010 10000111 0 1011101 1 101110 100101101 1010110 11101

Color Harmonies of #890A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890A87

Black with #890A87

Text Example


Text Example

White with #890A87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #890A87;
 }
 .AnyTagClassName
 {
   color: #890A87;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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