Html Css Color HEX #890884 Dark Magenta

📋 copy color: '#890884'

red 137 ◦ green 8 ◦ blue 132

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

Shades of Dark Magenta #890884

Tints of Dark Magenta #890884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 47.65%

R = 49.46%
G = 2.89%
B = 47.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#890884 (or 0x890884) is known color: Dark Magenta. HEX triplet: 89, 08 and 84. RGB value is (137,8,132). Sum of RGB (Red+Green+Blue) = 137+8+132=277 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.46% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 137 - color contains mainly: red. Hex color #890884 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890884 is #76F77B. Grayscale: #3C3C3C. Windows color (decimal): -7796604 or 8652937. OLE color: 8652937.

HSL color Cylindrical-coordinate representation of color #890884: hue angle of 302.33º 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 #890884 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 8 132 -
CMYK 0 0.94 0.04 0.46
HSL 302.33º 0.89% 0.28% -
HSV(B) 302.33º 0.94% 0.54% -
XYZ 14.57 7.16 22.44 -
YUV 60.71 168.24 182.42 -
System Red Green Blue C M Y K H S L
Decimal 137 8 132 0 0.94 0.04 0.46 302.33 0.89 0.28
Hex 89 8 84 0 5E 4 2E 12E 59 1C
Octal 211 10 204 0 136 4 56 456 131 34
Binary 10001001 1000 10000100 0 1011110 100 101110 100101110 1011001 11100

Color Harmonies of #890884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890884

Black with #890884

Text Example


Text Example

White with #890884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890884; }

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

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

background-color css

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

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

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

border-color css

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

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

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