Html Css Color HEX #890B6D Eggplant

📋 copy color: '#890B6D'

red 137 ◦ green 11 ◦ blue 109

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

Shades of Eggplant #890B6D

Tints of Eggplant #890B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 42.41%

R = 53.31%
G = 4.28%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#890B6D (or 0x890B6D) is known color: Eggplant. HEX triplet: 89, 0B and 6D. RGB value is (137,11,109). Sum of RGB (Red+Green+Blue) = 137+11+109=257 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.31% from 257); Green value is 11 (4.69% from 255 or 4.28% from 257); Blue value is 109 (42.97% from 255 or 42.41% from 257); Max value from RGB is 137 - color contains mainly: red. Hex color #890B6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890B6D is #76F492. Grayscale: #3B3B3B. Windows color (decimal): -7795859 or 7146377. OLE color: 7146377.

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

Color convert

RGB 137 11 109 -
CMYK 0 0.92 0.20 0.46
HSL 313.33º 0.85% 0.29% -
HSV(B) 313.33º 0.92% 0.54% -
XYZ 13.2 6.66 15.06 -
YUV 59.85 155.74 183.03 -
System Red Green Blue C M Y K H S L
Decimal 137 11 109 0 0.92 0.20 0.46 313.33 0.85 0.29
Hex 89 B 6D 0 5C 14 2E 139 55 1D
Octal 211 13 155 0 134 24 56 471 125 35
Binary 10001001 1011 1101101 0 1011100 10100 101110 100111001 1010101 11101

Color Harmonies of #890B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890B6D

Black with #890B6D

Text Example


Text Example

White with #890B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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