Html Css Color HEX #890991 Dark Magenta

📋 copy color: '#890991'

red 137 ◦ green 9 ◦ blue 145

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

Shades of Dark Magenta #890991

Tints of Dark Magenta #890991

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.09%

 BLUE value IS 145 (57.03% from 255) = 49.83%

R = 47.08%
G = 3.09%
B = 49.83%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#890991 (or 0x890991) is known color: Dark Magenta. HEX triplet: 89, 09 and 91. RGB value is (137,9,145). Sum of RGB (Red+Green+Blue) = 137+9+145=291 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.08% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 145 (57.03% from 255 or 49.83% from 291); Max value from RGB is 145 - color contains mainly: blue. Hex color #890991 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890991 is #76F66E. Grayscale: #3E3E3E. Windows color (decimal): -7796335 or 9505161. OLE color: 9505161.

HSL color Cylindrical-coordinate representation of color #890991: hue angle of 296.47º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890991 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 137 9 145 -
CMYK 0.06 0.94 0 0.43
HSL 296.47º 0.88% 0.3% -
HSV(B) 296.47º 0.94% 0.57% -
XYZ 15.53 7.56 27.43 -
YUV 62.78 174.41 180.94 -
System Red Green Blue C M Y K H S L
Decimal 137 9 145 0.06 0.94 0 0.43 296.47 0.88 0.3
Hex 89 9 91 6 5E 0 2B 128 58 1E
Octal 211 11 221 6 136 0 53 450 130 36
Binary 10001001 1001 10010001 110 1011110 0 101011 100101000 1011000 11110

Color Harmonies of #890991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890991

Black with #890991

Text Example


Text Example

White with #890991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890991; }

 p { color: rgb(137,9,145); }

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

background-color css

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

 a { background-color: rgb(137,9,145); }

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

border-color css

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

 span { border-color: rgb(137,9,145); }

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