Html Css Color HEX #890996 Dark Magenta

📋 copy color: '#890996'

red 137 ◦ green 9 ◦ blue 150

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

Shades of Dark Magenta #890996

Tints of Dark Magenta #890996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 50.68%

R = 46.28%
G = 3.04%
B = 50.68%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#890996 (or 0x890996) is known color: Dark Magenta. HEX triplet: 89, 09 and 96. RGB value is (137,9,150). Sum of RGB (Red+Green+Blue) = 137+9+150=296 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.28% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 150 (58.98% from 255 or 50.68% from 296); Max value from RGB is 150 - color contains mainly: blue. Hex color #890996 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890996 is #76F669. Grayscale: #3E3E3E. Windows color (decimal): -7796330 or 9832841. OLE color: 9832841.

HSL color Cylindrical-coordinate representation of color #890996: hue angle of 294.47º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890996 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 137 9 150 -
CMYK 0.09 0.94 0 0.41
HSL 294.47º 0.89% 0.31% -
HSV(B) 294.47º 0.94% 0.59% -
XYZ 15.92 7.72 29.5 -
YUV 63.35 176.91 180.54 -
System Red Green Blue C M Y K H S L
Decimal 137 9 150 0.09 0.94 0 0.41 294.47 0.89 0.31
Hex 89 9 96 9 5E 0 29 126 59 1F
Octal 211 11 226 11 136 0 51 446 131 37
Binary 10001001 1001 10010110 1001 1011110 0 101001 100100110 1011001 11111

Color Harmonies of #890996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890996

Black with #890996

Text Example


Text Example

White with #890996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890996; }

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

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

background-color css

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

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

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

border-color css

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

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

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