Html Css Color HEX #890591 Dark Magenta

📋 copy color: '#890591'

red 137 ◦ green 5 ◦ blue 145

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

Shades of Dark Magenta #890591

Tints of Dark Magenta #890591

RGB

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

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

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

R = 47.74%
G = 1.74%
B = 50.52%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#890591 (or 0x890591) is known color: Dark Magenta. HEX triplet: 89, 05 and 91. RGB value is (137,5,145). Sum of RGB (Red+Green+Blue) = 137+5+145=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 145 (57.03% from 255 or 50.52% from 287); Max value from RGB is 145 - color contains mainly: blue. Hex color #890591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890591 is #76FA6E. Grayscale: #3C3C3C. Windows color (decimal): -7797359 or 9504137. OLE color: 9504137.

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

Color convert

RGB 137 5 145 -
CMYK 0.06 0.97 0 0.43
HSL 296.57º 0.93% 0.29% -
HSV(B) 296.57º 0.97% 0.57% -
XYZ 15.48 7.47 27.41 -
YUV 60.43 175.73 182.62 -
System Red Green Blue C M Y K H S L
Decimal 137 5 145 0.06 0.97 0 0.43 296.57 0.93 0.29
Hex 89 5 91 6 61 0 2B 129 5D 1D
Octal 211 5 221 6 141 0 53 451 135 35
Binary 10001001 101 10010001 110 1100001 0 101011 100101001 1011101 11101

Color Harmonies of #890591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890591

Black with #890591

Text Example


Text Example

White with #890591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890591; }

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

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

background-color css

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

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

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

border-color css

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

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

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