Html Css Color HEX #890995 Dark Magenta

📋 copy color: '#890995'

red 137 ◦ green 9 ◦ blue 149

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

Shades of Dark Magenta #890995

Tints of Dark Magenta #890995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 50.51%

R = 46.44%
G = 3.05%
B = 50.51%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#890995 (or 0x890995) is known color: Dark Magenta. HEX triplet: 89, 09 and 95. RGB value is (137,9,149). Sum of RGB (Red+Green+Blue) = 137+9+149=295 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.44% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 149 (58.59% from 255 or 50.51% from 295); Max value from RGB is 149 - color contains mainly: blue. Hex color #890995 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890995 is #76F66A. Grayscale: #3E3E3E. Windows color (decimal): -7796331 or 9767305. OLE color: 9767305.

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

Color convert

RGB 137 9 149 -
CMYK 0.08 0.94 0 0.42
HSL 294.86º 0.89% 0.31% -
HSV(B) 294.86º 0.94% 0.58% -
XYZ 15.84 7.68 29.08 -
YUV 63.23 176.41 180.62 -
System Red Green Blue C M Y K H S L
Decimal 137 9 149 0.08 0.94 0 0.42 294.86 0.89 0.31
Hex 89 9 95 8 5E 0 2A 127 59 1F
Octal 211 11 225 10 136 0 52 447 131 37
Binary 10001001 1001 10010101 1000 1011110 0 101010 100100111 1011001 11111

Color Harmonies of #890995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890995

Black with #890995

Text Example


Text Example

White with #890995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890995; }

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

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

background-color css

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

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

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

border-color css

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

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

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