Html Css Color HEX #890E96 Dark Magenta

📋 copy color: '#890E96'

red 137 ◦ green 14 ◦ blue 150

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

Shades of Dark Magenta #890E96

Tints of Dark Magenta #890E96

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.65%

 BLUE value IS 150 (58.98% from 255) = 49.83%

R = 45.51%
G = 4.65%
B = 49.83%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#890E96 (or 0x890E96) is known color: Dark Magenta. HEX triplet: 89, 0E and 96. RGB value is (137,14,150). Sum of RGB (Red+Green+Blue) = 137+14+150=301 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.51% from 301); Green value is 14 (5.86% from 255 or 4.65% from 301); Blue value is 150 (58.98% from 255 or 49.83% from 301); Max value from RGB is 150 - color contains mainly: blue. Hex color #890E96 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890E96 is #76F169. Grayscale: #414141. Windows color (decimal): -7795050 or 9834121. OLE color: 9834121.

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

Color convert

RGB 137 14 150 -
CMYK 0.09 0.91 0 0.41
HSL 294.26º 0.83% 0.32% -
HSV(B) 294.26º 0.91% 0.59% -
XYZ 15.98 7.83 29.52 -
YUV 66.28 175.25 178.44 -
System Red Green Blue C M Y K H S L
Decimal 137 14 150 0.09 0.91 0 0.41 294.26 0.83 0.32
Hex 89 E 96 9 5B 0 29 126 53 20
Octal 211 16 226 11 133 0 51 446 123 40
Binary 10001001 1110 10010110 1001 1011011 0 101001 100100110 1010011 100000

Color Harmonies of #890E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890E96

Black with #890E96

Text Example


Text Example

White with #890E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,14,150); }

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

background-color css

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

 a { background-color: rgb(137,14,150); }

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

border-color css

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

 span { border-color: rgb(137,14,150); }

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