Html Css Color HEX #890A6E Eggplant

📋 copy color: '#890A6E'

red 137 ◦ green 10 ◦ blue 110

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

Shades of Eggplant #890A6E

Tints of Eggplant #890A6E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.89%

 BLUE value IS 110 (43.36% from 255) = 42.8%

R = 53.31%
G = 3.89%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#890A6E (or 0x890A6E) is known color: Eggplant. HEX triplet: 89, 0A and 6E. RGB value is (137,10,110). Sum of RGB (Red+Green+Blue) = 137+10+110=257 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.31% from 257); Green value is 10 (4.30% from 255 or 3.89% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 137 - color contains mainly: red. Hex color #890A6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890A6E is #76F591. Grayscale: #3B3B3B. Windows color (decimal): -7796114 or 7211657. OLE color: 7211657.

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

Color convert

RGB 137 10 110 -
CMYK 0 0.93 0.20 0.46
HSL 312.76º 0.86% 0.29% -
HSV(B) 312.76º 0.93% 0.54% -
XYZ 13.24 6.66 15.34 -
YUV 59.37 156.58 183.37 -
System Red Green Blue C M Y K H S L
Decimal 137 10 110 0 0.93 0.20 0.46 312.76 0.86 0.29
Hex 89 A 6E 0 5D 14 2E 139 56 1D
Octal 211 12 156 0 135 24 56 471 126 35
Binary 10001001 1010 1101110 0 1011101 10100 101110 100111001 1010110 11101

Color Harmonies of #890A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890A6E

Black with #890A6E

Text Example


Text Example

White with #890A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,10,110); }

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

background-color css

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

 a { background-color: rgb(137,10,110); }

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

border-color css

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

 span { border-color: rgb(137,10,110); }

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