Html Css Color HEX #890997 Dark Magenta

📋 copy color: '#890997'

red 137 ◦ green 9 ◦ blue 151

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

Shades of Dark Magenta #890997

Tints of Dark Magenta #890997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 50.84%

R = 46.13%
G = 3.03%
B = 50.84%

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

#890997 (or 0x890997) is known color: Dark Magenta. HEX triplet: 89, 09 and 97. RGB value is (137,9,151). Sum of RGB (Red+Green+Blue) = 137+9+151=297 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.13% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 151 (59.38% from 255 or 50.84% from 297); Max value from RGB is 151 - color contains mainly: blue. Hex color #890997 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890997 is #76F668. Grayscale: #3F3F3F. Windows color (decimal): -7796329 or 9898377. OLE color: 9898377.

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

Color convert

RGB 137 9 151 -
CMYK 0.09 0.94 0 0.41
HSL 294.08º 0.89% 0.31% -
HSV(B) 294.08º 0.94% 0.59% -
XYZ 16 7.75 29.93 -
YUV 63.46 177.41 180.45 -
System Red Green Blue C M Y K H S L
Decimal 137 9 151 0.09 0.94 0 0.41 294.08 0.89 0.31
Hex 89 9 97 9 5E 0 29 126 59 1F
Octal 211 11 227 11 136 0 51 446 131 37
Binary 10001001 1001 10010111 1001 1011110 0 101001 100100110 1011001 11111

Color Harmonies of #890997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890997

Black with #890997

Text Example


Text Example

White with #890997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890997; }

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

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

background-color css

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

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

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

border-color css

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

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

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