Html Css Color HEX #890650 Eggplant

📋 copy color: '#890650'

red 137 ◦ green 6 ◦ blue 80

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

Shades of Eggplant #890650

Tints of Eggplant #890650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 35.87%

R = 61.43%
G = 2.69%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#890650 (or 0x890650) is known color: Eggplant. HEX triplet: 89, 06 and 50. RGB value is (137,6,80). Sum of RGB (Red+Green+Blue) = 137+6+80=223 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.43% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 137 - color contains mainly: red. Hex color #890650 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890650 is #76F9AF. Grayscale: #353535. Windows color (decimal): -7797168 or 5244553. OLE color: 5244553.

HSL color Cylindrical-coordinate representation of color #890650: hue angle of 326.11º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #890650 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 6 80 -
CMYK 0 0.96 0.42 0.46
HSL 326.11º 0.92% 0.28% -
HSV(B) 326.11º 0.96% 0.54% -
XYZ 11.83 6.03 8.13 -
YUV 53.61 142.9 187.48 -
System Red Green Blue C M Y K H S L
Decimal 137 6 80 0 0.96 0.42 0.46 326.11 0.92 0.28
Hex 89 6 50 0 60 2A 2E 146 5C 1C
Octal 211 6 120 0 140 52 56 506 134 34
Binary 10001001 110 1010000 0 1100000 101010 101110 101000110 1011100 11100

Color Harmonies of #890650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890650

Black with #890650

Text Example


Text Example

White with #890650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890650; }

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

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

background-color css

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

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

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

border-color css

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

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

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