Html Css Color HEX #89065D Eggplant

📋 copy color: '#89065D'

red 137 ◦ green 6 ◦ blue 93

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

Shades of Eggplant #89065D

Tints of Eggplant #89065D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.54%

 BLUE value IS 93 (36.72% from 255) = 39.41%

R = 58.05%
G = 2.54%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#89065D (or 0x89065D) is known color: Eggplant. HEX triplet: 89, 06 and 5D. RGB value is (137,6,93). Sum of RGB (Red+Green+Blue) = 137+6+93=236 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.05% from 236); Green value is 6 (2.73% from 255 or 2.54% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 137 - color contains mainly: red. Hex color #89065D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89065D is #76F9A2. Grayscale: #363636. Windows color (decimal): -7797155 or 6096521. OLE color: 6096521.

HSL color Cylindrical-coordinate representation of color #89065D: hue angle of 320.15º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #89065D is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 6 93 -
CMYK 0 0.96 0.32 0.46
HSL 320.15º 0.92% 0.28% -
HSV(B) 320.15º 0.96% 0.54% -
XYZ 12.36 6.24 10.91 -
YUV 55.09 149.4 186.43 -
System Red Green Blue C M Y K H S L
Decimal 137 6 93 0 0.96 0.32 0.46 320.15 0.92 0.28
Hex 89 6 5D 0 60 20 2E 140 5C 1C
Octal 211 6 135 0 140 40 56 500 134 34
Binary 10001001 110 1011101 0 1100000 100000 101110 101000000 1011100 11100

Color Harmonies of #89065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89065D

Black with #89065D

Text Example


Text Example

White with #89065D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89065D; }

 p { color: rgb(137,6,93); }

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

background-color css

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

 a { background-color: rgb(137,6,93); }

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

border-color css

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

 span { border-color: rgb(137,6,93); }

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