Html Css Color HEX #890E93 Dark Magenta

📋 copy color: '#890E93'

red 137 ◦ green 14 ◦ blue 147

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

Shades of Dark Magenta #890E93

Tints of Dark Magenta #890E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 49.33%

R = 45.97%
G = 4.7%
B = 49.33%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#890E93 (or 0x890E93) is known color: Dark Magenta. HEX triplet: 89, 0E and 93. RGB value is (137,14,147). Sum of RGB (Red+Green+Blue) = 137+14+147=298 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.97% from 298); Green value is 14 (5.86% from 255 or 4.70% from 298); Blue value is 147 (57.81% from 255 or 49.33% from 298); Max value from RGB is 147 - color contains mainly: blue. Hex color #890E93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890E93 is #76F16C. Grayscale: #414141. Windows color (decimal): -7795053 or 9637513. OLE color: 9637513.

HSL color Cylindrical-coordinate representation of color #890E93: hue angle of 295.49º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #890E93 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 14 147 -
CMYK 0.07 0.90 0 0.42
HSL 295.49º 0.83% 0.32% -
HSV(B) 295.49º 0.9% 0.58% -
XYZ 15.74 7.74 28.27 -
YUV 65.94 173.75 178.69 -
System Red Green Blue C M Y K H S L
Decimal 137 14 147 0.07 0.90 0 0.42 295.49 0.83 0.32
Hex 89 E 93 7 5A 0 2A 127 53 20
Octal 211 16 223 7 132 0 52 447 123 40
Binary 10001001 1110 10010011 111 1011010 0 101010 100100111 1010011 100000

Color Harmonies of #890E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890E93

Black with #890E93

Text Example


Text Example

White with #890E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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