Html Css Color HEX #890599 Dark Magenta

📋 copy color: '#890599'

red 137 ◦ green 5 ◦ blue 153

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

Shades of Dark Magenta #890599

Tints of Dark Magenta #890599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 51.86%

R = 46.44%
G = 1.69%
B = 51.86%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#890599 (or 0x890599) is known color: Dark Magenta. HEX triplet: 89, 05 and 99. RGB value is (137,5,153). Sum of RGB (Red+Green+Blue) = 137+5+153=295 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.44% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 153 (60.16% from 255 or 51.86% from 295); Max value from RGB is 153 - color contains mainly: blue. Hex color #890599 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890599 is #76FA66. Grayscale: #3C3C3C. Windows color (decimal): -7797351 or 10028425. OLE color: 10028425.

HSL color Cylindrical-coordinate representation of color #890599: hue angle of 293.51º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #890599 is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 137 5 153 -
CMYK 0.10 0.97 0 0.4
HSL 293.51º 0.94% 0.31% -
HSV(B) 293.51º 0.97% 0.6% -
XYZ 16.12 7.73 30.78 -
YUV 61.34 179.73 181.97 -
System Red Green Blue C M Y K H S L
Decimal 137 5 153 0.10 0.97 0 0.4 293.51 0.94 0.31
Hex 89 5 99 A 61 0 28 126 5E 1F
Octal 211 5 231 12 141 0 50 446 136 37
Binary 10001001 101 10011001 1010 1100001 0 101000 100100110 1011110 11111

Color Harmonies of #890599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890599

Black with #890599

Text Example


Text Example

White with #890599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890599; }

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

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

background-color css

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

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

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

border-color css

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

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

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