Html Css Color HEX #890799 Dark Magenta

📋 copy color: '#890799'

red 137 ◦ green 7 ◦ blue 153

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

Shades of Dark Magenta #890799

Tints of Dark Magenta #890799

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.36%

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

R = 46.13%
G = 2.36%
B = 51.52%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#890799 (or 0x890799) is known color: Dark Magenta. HEX triplet: 89, 07 and 99. RGB value is (137,7,153). Sum of RGB (Red+Green+Blue) = 137+7+153=297 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.13% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #890799 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890799 is #76F866. Grayscale: #3E3E3E. Windows color (decimal): -7796839 or 10028937. OLE color: 10028937.

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

Color convert

RGB 137 7 153 -
CMYK 0.10 0.95 0 0.4
HSL 293.42º 0.91% 0.31% -
HSV(B) 293.42º 0.95% 0.6% -
XYZ 16.14 7.77 30.79 -
YUV 62.51 179.07 181.13 -
System Red Green Blue C M Y K H S L
Decimal 137 7 153 0.10 0.95 0 0.4 293.42 0.91 0.31
Hex 89 7 99 A 5F 0 28 125 5B 1F
Octal 211 7 231 12 137 0 50 445 133 37
Binary 10001001 111 10011001 1010 1011111 0 101000 100100101 1011011 11111

Color Harmonies of #890799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890799

Black with #890799

Text Example


Text Example

White with #890799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890799; }

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

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

background-color css

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

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

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

border-color css

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

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

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