Html Css Color HEX #890886 Dark Magenta

📋 copy color: '#890886'

red 137 ◦ green 8 ◦ blue 134

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

Shades of Dark Magenta #890886

Tints of Dark Magenta #890886

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.87%

 BLUE value IS 134 (52.73% from 255) = 48.03%

R = 49.1%
G = 2.87%
B = 48.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.46

RGB Variations

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

Color information

#890886 (or 0x890886) is known color: Dark Magenta. HEX triplet: 89, 08 and 86. RGB value is (137,8,134). Sum of RGB (Red+Green+Blue) = 137+8+134=279 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.10% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 134 (52.73% from 255 or 48.03% from 279); Max value from RGB is 137 - color contains mainly: red. Hex color #890886 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890886 is #76F779. Grayscale: #3C3C3C. Windows color (decimal): -7796602 or 8784009. OLE color: 8784009.

HSL color Cylindrical-coordinate representation of color #890886: hue angle of 301.4º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890886 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 8 134 -
CMYK 0 0.94 0.02 0.46
HSL 301.4º 0.89% 0.28% -
HSV(B) 301.4º 0.94% 0.54% -
XYZ 14.71 7.21 23.17 -
YUV 60.94 169.24 182.25 -
System Red Green Blue C M Y K H S L
Decimal 137 8 134 0 0.94 0.02 0.46 301.4 0.89 0.28
Hex 89 8 86 0 5E 2 2E 12D 59 1C
Octal 211 10 206 0 136 2 56 455 131 34
Binary 10001001 1000 10000110 0 1011110 10 101110 100101101 1011001 11100

Color Harmonies of #890886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890886

Black with #890886

Text Example


Text Example

White with #890886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890886; }

 p { color: rgb(137,8,134); }

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

background-color css

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

 a { background-color: rgb(137,8,134); }

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

border-color css

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

 span { border-color: rgb(137,8,134); }

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