Html Css Color HEX #890A8E Dark Magenta

📋 copy color: '#890A8E'

red 137 ◦ green 10 ◦ blue 142

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

Shades of Dark Magenta #890A8E

Tints of Dark Magenta #890A8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 49.13%

R = 47.4%
G = 3.46%
B = 49.13%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#890A8E (or 0x890A8E) is known color: Dark Magenta. HEX triplet: 89, 0A and 8E. RGB value is (137,10,142). Sum of RGB (Red+Green+Blue) = 137+10+142=289 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.40% from 289); Green value is 10 (4.30% from 255 or 3.46% from 289); Blue value is 142 (55.86% from 255 or 49.13% from 289); Max value from RGB is 142 - color contains mainly: blue. Hex color #890A8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890A8E is #76F571. Grayscale: #3E3E3E. Windows color (decimal): -7796082 or 9308809. OLE color: 9308809.

HSL color Cylindrical-coordinate representation of color #890A8E: hue angle of 297.73º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890A8E is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 137 10 142 -
CMYK 0.04 0.93 0 0.44
HSL 297.73º 0.87% 0.3% -
HSV(B) 297.73º 0.93% 0.56% -
XYZ 15.31 7.49 26.23 -
YUV 63.02 172.58 180.77 -
System Red Green Blue C M Y K H S L
Decimal 137 10 142 0.04 0.93 0 0.44 297.73 0.87 0.3
Hex 89 A 8E 4 5D 0 2C 12A 57 1E
Octal 211 12 216 4 135 0 54 452 127 36
Binary 10001001 1010 10001110 100 1011101 0 101100 100101010 1010111 11110

Color Harmonies of #890A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890A8E

Black with #890A8E

Text Example


Text Example

White with #890A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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