Html Css Color HEX #890594 Dark Magenta

📋 copy color: '#890594'

red 137 ◦ green 5 ◦ blue 148

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

Shades of Dark Magenta #890594

Tints of Dark Magenta #890594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 51.03%

R = 47.24%
G = 1.72%
B = 51.03%

CMYK

 C value IS 0.07

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#890594 (or 0x890594) is known color: Dark Magenta. HEX triplet: 89, 05 and 94. RGB value is (137,5,148). Sum of RGB (Red+Green+Blue) = 137+5+148=290 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.24% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 148 (58.20% from 255 or 51.03% from 290); Max value from RGB is 148 - color contains mainly: blue. Hex color #890594 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890594 is #76FA6B. Grayscale: #3C3C3C. Windows color (decimal): -7797356 or 9700745. OLE color: 9700745.

HSL color Cylindrical-coordinate representation of color #890594: hue angle of 295.38º degrees, saturation: 0.93, 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 #890594 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 5 148 -
CMYK 0.07 0.97 0 0.42
HSL 295.38º 0.93% 0.3% -
HSV(B) 295.38º 0.97% 0.58% -
XYZ 15.72 7.57 28.65 -
YUV 60.77 177.23 182.37 -
System Red Green Blue C M Y K H S L
Decimal 137 5 148 0.07 0.97 0 0.42 295.38 0.93 0.3
Hex 89 5 94 7 61 0 2A 127 5D 1E
Octal 211 5 224 7 141 0 52 447 135 36
Binary 10001001 101 10010100 111 1100001 0 101010 100100111 1011101 11110

Color Harmonies of #890594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890594

Black with #890594

Text Example


Text Example

White with #890594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890594; }

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

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

background-color css

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

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

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

border-color css

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

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

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