Html Css Color HEX #890E92 Dark Magenta

📋 copy color: '#890E92'

red 137 ◦ green 14 ◦ blue 146

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

Shades of Dark Magenta #890E92

Tints of Dark Magenta #890E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 49.16%

R = 46.13%
G = 4.71%
B = 49.16%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#890E92 (or 0x890E92) is known color: Dark Magenta. HEX triplet: 89, 0E and 92. RGB value is (137,14,146). Sum of RGB (Red+Green+Blue) = 137+14+146=297 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.13% from 297); Green value is 14 (5.86% from 255 or 4.71% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #890E92 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890E92 is #76F16D. Grayscale: #414141. Windows color (decimal): -7795054 or 9571977. OLE color: 9571977.

HSL color Cylindrical-coordinate representation of color #890E92: hue angle of 295.91º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #890E92 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 137 14 146 -
CMYK 0.06 0.90 0 0.43
HSL 295.91º 0.83% 0.31% -
HSV(B) 295.91º 0.9% 0.57% -
XYZ 15.66 7.71 27.86 -
YUV 65.83 173.25 178.77 -
System Red Green Blue C M Y K H S L
Decimal 137 14 146 0.06 0.90 0 0.43 295.91 0.83 0.31
Hex 89 E 92 6 5A 0 2B 128 52 1F
Octal 211 16 222 6 132 0 53 450 122 37
Binary 10001001 1110 10010010 110 1011010 0 101011 100101000 1010010 11111

Color Harmonies of #890E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890E92

Black with #890E92

Text Example


Text Example

White with #890E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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