Html Css Color HEX #890E9B Dark Magenta

📋 copy color: '#890E9B'

red 137 ◦ green 14 ◦ blue 155

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

Shades of Dark Magenta #890E9B

Tints of Dark Magenta #890E9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 50.65%

R = 44.77%
G = 4.58%
B = 50.65%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#890E9B (or 0x890E9B) is known color: Dark Magenta. HEX triplet: 89, 0E and 9B. RGB value is (137,14,155). Sum of RGB (Red+Green+Blue) = 137+14+155=306 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.77% from 306); Green value is 14 (5.86% from 255 or 4.58% from 306); Blue value is 155 (60.94% from 255 or 50.65% from 306); Max value from RGB is 155 - color contains mainly: blue. Hex color #890E9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890E9B is #76F164. Grayscale: #424242. Windows color (decimal): -7795045 or 10161801. OLE color: 10161801.

HSL color Cylindrical-coordinate representation of color #890E9B: hue angle of 292.34º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #890E9B is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 137 14 155 -
CMYK 0.12 0.91 0 0.39
HSL 292.34º 0.83% 0.33% -
HSV(B) 292.34º 0.91% 0.61% -
XYZ 16.39 8 31.69 -
YUV 66.85 177.75 178.04 -
System Red Green Blue C M Y K H S L
Decimal 137 14 155 0.12 0.91 0 0.39 292.34 0.83 0.33
Hex 89 E 9B C 5B 0 27 124 53 21
Octal 211 16 233 14 133 0 47 444 123 41
Binary 10001001 1110 10011011 1100 1011011 0 100111 100100100 1010011 100001

Color Harmonies of #890E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890E9B

Black with #890E9B

Text Example


Text Example

White with #890E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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