Html Css Color HEX #890C5B Eggplant

📋 copy color: '#890C5B'

red 137 ◦ green 12 ◦ blue 91

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

Shades of Eggplant #890C5B

Tints of Eggplant #890C5B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5%

 BLUE value IS 91 (35.94% from 255) = 37.92%

R = 57.08%
G = 5%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#890C5B (or 0x890C5B) is known color: Eggplant. HEX triplet: 89, 0C and 5B. RGB value is (137,12,91). Sum of RGB (Red+Green+Blue) = 137+12+91=240 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.08% from 240); Green value is 12 (5.08% from 255 or 5% from 240); Blue value is 91 (35.94% from 255 or 37.92% from 240); Max value from RGB is 137 - color contains mainly: red. Hex color #890C5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890C5B is #76F3A4. Grayscale: #3A3A3A. Windows color (decimal): -7795621 or 5966985. OLE color: 5966985.

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

Color convert

RGB 137 12 91 -
CMYK 0 0.91 0.34 0.46
HSL 322.08º 0.84% 0.29% -
HSV(B) 322.08º 0.91% 0.54% -
XYZ 12.34 6.34 10.47 -
YUV 58.38 146.41 184.08 -
System Red Green Blue C M Y K H S L
Decimal 137 12 91 0 0.91 0.34 0.46 322.08 0.84 0.29
Hex 89 C 5B 0 5B 22 2E 142 54 1D
Octal 211 14 133 0 133 42 56 502 124 35
Binary 10001001 1100 1011011 0 1011011 100010 101110 101000010 1010100 11101

Color Harmonies of #890C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890C5B

Black with #890C5B

Text Example


Text Example

White with #890C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,12,91); }

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

background-color css

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

 a { background-color: rgb(137,12,91); }

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

border-color css

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

 span { border-color: rgb(137,12,91); }

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