Html Css Color HEX #890765 Eggplant

📋 copy color: '#890765'

red 137 ◦ green 7 ◦ blue 101

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

Shades of Eggplant #890765

Tints of Eggplant #890765

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.86%

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

R = 55.92%
G = 2.86%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#890765 (or 0x890765) is known color: Eggplant. HEX triplet: 89, 07 and 65. RGB value is (137,7,101). Sum of RGB (Red+Green+Blue) = 137+7+101=245 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.92% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 101 (39.84% from 255 or 41.22% from 245); Max value from RGB is 137 - color contains mainly: red. Hex color #890765 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890765 is #76F89A. Grayscale: #383838. Windows color (decimal): -7796891 or 6621065. OLE color: 6621065.

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

Color convert

RGB 137 7 101 -
CMYK 0 0.95 0.26 0.46
HSL 316.62º 0.9% 0.28% -
HSV(B) 316.62º 0.95% 0.54% -
XYZ 12.74 6.41 12.88 -
YUV 56.59 153.07 185.36 -
System Red Green Blue C M Y K H S L
Decimal 137 7 101 0 0.95 0.26 0.46 316.62 0.9 0.28
Hex 89 7 65 0 5F 1A 2E 13D 5A 1C
Octal 211 7 145 0 137 32 56 475 132 34
Binary 10001001 111 1100101 0 1011111 11010 101110 100111101 1011010 11100

Color Harmonies of #890765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890765

Black with #890765

Text Example


Text Example

White with #890765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890765; }

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

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

background-color css

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

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

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

border-color css

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

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

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