Html Css Color HEX #890B60 Eggplant

📋 copy color: '#890B60'

red 137 ◦ green 11 ◦ blue 96

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

Shades of Eggplant #890B60

Tints of Eggplant #890B60

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.51%

 BLUE value IS 96 (37.89% from 255) = 39.34%

R = 56.15%
G = 4.51%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#890B60 (or 0x890B60) is known color: Eggplant. HEX triplet: 89, 0B and 60. RGB value is (137,11,96). Sum of RGB (Red+Green+Blue) = 137+11+96=244 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.15% from 244); Green value is 11 (4.69% from 255 or 4.51% from 244); Blue value is 96 (37.89% from 255 or 39.34% from 244); Max value from RGB is 137 - color contains mainly: red. Hex color #890B60 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890B60 is #76F49F. Grayscale: #3A3A3A. Windows color (decimal): -7795872 or 6294409. OLE color: 6294409.

HSL color Cylindrical-coordinate representation of color #890B60: hue angle of 319.52º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #890B60 is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 11 96 -
CMYK 0 0.92 0.30 0.46
HSL 319.52º 0.85% 0.29% -
HSV(B) 319.52º 0.92% 0.54% -
XYZ 12.55 6.4 11.64 -
YUV 58.36 149.24 184.09 -
System Red Green Blue C M Y K H S L
Decimal 137 11 96 0 0.92 0.30 0.46 319.52 0.85 0.29
Hex 89 B 60 0 5C 1E 2E 140 55 1D
Octal 211 13 140 0 134 36 56 500 125 35
Binary 10001001 1011 1100000 0 1011100 11110 101110 101000000 1010101 11101

Color Harmonies of #890B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890B60

Black with #890B60

Text Example


Text Example

White with #890B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890B60; }

 p { color: rgb(137,11,96); }

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

background-color css

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

 a { background-color: rgb(137,11,96); }

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

border-color css

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

 span { border-color: rgb(137,11,96); }

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