Html Css Color HEX #890595 Dark Magenta

📋 copy color: '#890595'

red 137 ◦ green 5 ◦ blue 149

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

Shades of Dark Magenta #890595

Tints of Dark Magenta #890595

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.72%

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

R = 47.08%
G = 1.72%
B = 51.2%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#890595 (or 0x890595) is known color: Dark Magenta. HEX triplet: 89, 05 and 95. RGB value is (137,5,149). Sum of RGB (Red+Green+Blue) = 137+5+149=291 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.08% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 149 (58.59% from 255 or 51.20% from 291); Max value from RGB is 149 - color contains mainly: blue. Hex color #890595 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890595 is #76FA6A. Grayscale: #3C3C3C. Windows color (decimal): -7797355 or 9766281. OLE color: 9766281.

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

Color convert

RGB 137 5 149 -
CMYK 0.08 0.97 0 0.42
HSL 295º 0.94% 0.3% -
HSV(B) 295º 0.97% 0.58% -
XYZ 15.8 7.6 29.07 -
YUV 60.88 177.73 182.29 -
System Red Green Blue C M Y K H S L
Decimal 137 5 149 0.08 0.97 0 0.42 295 0.94 0.3
Hex 89 5 95 8 61 0 2A 127 5E 1E
Octal 211 5 225 10 141 0 52 447 136 36
Binary 10001001 101 10010101 1000 1100001 0 101010 100100111 1011110 11110

Color Harmonies of #890595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890595

Black with #890595

Text Example


Text Example

White with #890595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890595; }

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

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

background-color css

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

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

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

border-color css

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

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

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