Html Css Color HEX #890B64 Eggplant

📋 copy color: '#890B64'

red 137 ◦ green 11 ◦ blue 100

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

Shades of Eggplant #890B64

Tints of Eggplant #890B64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 40.32%

R = 55.24%
G = 4.44%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#890B64 (or 0x890B64) is known color: Eggplant. HEX triplet: 89, 0B and 64. RGB value is (137,11,100). Sum of RGB (Red+Green+Blue) = 137+11+100=248 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.24% from 248); Green value is 11 (4.69% from 255 or 4.44% from 248); Blue value is 100 (39.45% from 255 or 40.32% from 248); Max value from RGB is 137 - color contains mainly: red. Hex color #890B64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890B64 is #76F49B. Grayscale: #3A3A3A. Windows color (decimal): -7795868 or 6556553. OLE color: 6556553.

HSL color Cylindrical-coordinate representation of color #890B64: hue angle of 317.62º 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 #890B64 is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 11 100 -
CMYK 0 0.92 0.27 0.46
HSL 317.62º 0.85% 0.29% -
HSV(B) 317.62º 0.92% 0.54% -
XYZ 12.74 6.48 12.64 -
YUV 58.82 151.24 183.76 -
System Red Green Blue C M Y K H S L
Decimal 137 11 100 0 0.92 0.27 0.46 317.62 0.85 0.29
Hex 89 B 64 0 5C 1B 2E 13E 55 1D
Octal 211 13 144 0 134 33 56 476 125 35
Binary 10001001 1011 1100100 0 1011100 11011 101110 100111110 1010101 11101

Color Harmonies of #890B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890B64

Black with #890B64

Text Example


Text Example

White with #890B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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