Html Css Color HEX #890699 Dark Magenta

📋 copy color: '#890699'

red 137 ◦ green 6 ◦ blue 153

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

Shades of Dark Magenta #890699

Tints of Dark Magenta #890699

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.03%

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

R = 46.28%
G = 2.03%
B = 51.69%

CMYK

 C value IS 0.10

 M value IS 0.96

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#890699 (or 0x890699) is known color: Dark Magenta. HEX triplet: 89, 06 and 99. RGB value is (137,6,153). Sum of RGB (Red+Green+Blue) = 137+6+153=296 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.28% from 296); Green value is 6 (2.73% from 255 or 2.03% from 296); Blue value is 153 (60.16% from 255 or 51.69% from 296); Max value from RGB is 153 - color contains mainly: blue. Hex color #890699 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890699 is #76F966. Grayscale: #3D3D3D. Windows color (decimal): -7797095 or 10028681. OLE color: 10028681.

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

Color convert

RGB 137 6 153 -
CMYK 0.10 0.96 0 0.4
HSL 293.47º 0.92% 0.31% -
HSV(B) 293.47º 0.96% 0.6% -
XYZ 16.13 7.75 30.78 -
YUV 61.93 179.4 181.55 -
System Red Green Blue C M Y K H S L
Decimal 137 6 153 0.10 0.96 0 0.4 293.47 0.92 0.31
Hex 89 6 99 A 60 0 28 125 5C 1F
Octal 211 6 231 12 140 0 50 445 134 37
Binary 10001001 110 10011001 1010 1100000 0 101000 100100101 1011100 11111

Color Harmonies of #890699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890699

Black with #890699

Text Example


Text Example

White with #890699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890699; }

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

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

background-color css

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

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

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

border-color css

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

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

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