Html Css Color HEX #89065B Eggplant

📋 copy color: '#89065B'

red 137 ◦ green 6 ◦ blue 91

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

Shades of Eggplant #89065B

Tints of Eggplant #89065B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 38.89%

R = 58.55%
G = 2.56%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#89065B (or 0x89065B) is known color: Eggplant. HEX triplet: 89, 06 and 5B. RGB value is (137,6,91). Sum of RGB (Red+Green+Blue) = 137+6+91=234 (30% of max value = 765). Red value is 137 (53.91% from 255 or 58.55% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 137 - color contains mainly: red. Hex color #89065B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89065B is #76F9A4. Grayscale: #363636. Windows color (decimal): -7797157 or 5965449. OLE color: 5965449.

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

Color convert

RGB 137 6 91 -
CMYK 0 0.96 0.34 0.46
HSL 321.07º 0.92% 0.28% -
HSV(B) 321.07º 0.96% 0.54% -
XYZ 12.27 6.2 10.45 -
YUV 54.86 148.4 186.59 -
System Red Green Blue C M Y K H S L
Decimal 137 6 91 0 0.96 0.34 0.46 321.07 0.92 0.28
Hex 89 6 5B 0 60 22 2E 141 5C 1C
Octal 211 6 133 0 140 42 56 501 134 34
Binary 10001001 110 1011011 0 1100000 100010 101110 101000001 1011100 11100

Color Harmonies of #89065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89065B

Black with #89065B

Text Example


Text Example

White with #89065B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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