Html Css Color HEX #890165 Eggplant

📋 copy color: '#890165'

red 137 ◦ green 1 ◦ blue 101

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

Shades of Eggplant #890165

Tints of Eggplant #890165

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

 BLUE value IS 101 (39.84% from 255) = 42.26%

R = 57.32%
G = 0.42%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#890165 (or 0x890165) is known color: Eggplant. HEX triplet: 89, 01 and 65. RGB value is (137,1,101). Sum of RGB (Red+Green+Blue) = 137+1+101=239 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.32% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 137 - color contains mainly: red. Hex color #890165 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890165 is #76FE9A. Grayscale: #343434. Windows color (decimal): -7798427 or 6619529. OLE color: 6619529.

HSL color Cylindrical-coordinate representation of color #890165: hue angle of 315.88º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #890165 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 1 101 -
CMYK 0 0.99 0.26 0.46
HSL 315.88º 0.99% 0.27% -
HSV(B) 315.88º 0.99% 0.54% -
XYZ 12.68 6.28 12.86 -
YUV 53.06 155.06 187.87 -
System Red Green Blue C M Y K H S L
Decimal 137 1 101 0 0.99 0.26 0.46 315.88 0.99 0.27
Hex 89 1 65 0 63 1A 2E 13C 63 1B
Octal 211 1 145 0 143 32 56 474 143 33
Binary 10001001 1 1100101 0 1100011 11010 101110 100111100 1100011 11011

Color Harmonies of #890165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890165

Black with #890165

Text Example


Text Example

White with #890165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890165; }

 p { color: rgb(137,1,101); }

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

background-color css

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

 a { background-color: rgb(137,1,101); }

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

border-color css

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

 span { border-color: rgb(137,1,101); }

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