Html Css Color HEX #89065C Eggplant

📋 copy color: '#89065C'

red 137 ◦ green 6 ◦ blue 92

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

Shades of Eggplant #89065C

Tints of Eggplant #89065C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 39.15%

R = 58.3%
G = 2.55%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#89065C (or 0x89065C) is known color: Eggplant. HEX triplet: 89, 06 and 5C. RGB value is (137,6,92). Sum of RGB (Red+Green+Blue) = 137+6+92=235 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.30% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 137 - color contains mainly: red. Hex color #89065C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89065C is #76F9A3. Grayscale: #363636. Windows color (decimal): -7797156 or 6030985. OLE color: 6030985.

HSL color Cylindrical-coordinate representation of color #89065C: hue angle of 320.61º 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 #89065C is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 6 92 -
CMYK 0 0.96 0.33 0.46
HSL 320.61º 0.92% 0.28% -
HSV(B) 320.61º 0.96% 0.54% -
XYZ 12.31 6.22 10.68 -
YUV 54.97 148.9 186.51 -
System Red Green Blue C M Y K H S L
Decimal 137 6 92 0 0.96 0.33 0.46 320.61 0.92 0.28
Hex 89 6 5C 0 60 21 2E 141 5C 1C
Octal 211 6 134 0 140 41 56 501 134 34
Binary 10001001 110 1011100 0 1100000 100001 101110 101000001 1011100 11100

Color Harmonies of #89065C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89065C

Black with #89065C

Text Example


Text Example

White with #89065C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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