Html Css Color HEX #89135B Eggplant

📋 copy color: '#89135B'

red 137 ◦ green 19 ◦ blue 91

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

Shades of Eggplant #89135B

Tints of Eggplant #89135B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.69%

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

R = 55.47%
G = 7.69%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#89135B (or 0x89135B) is known color: Eggplant. HEX triplet: 89, 13 and 5B. RGB value is (137,19,91). Sum of RGB (Red+Green+Blue) = 137+19+91=247 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.47% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 137 - color contains mainly: red. Hex color #89135B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89135B is #76ECA4. Grayscale: #3E3E3E. Windows color (decimal): -7793829 or 5968777. OLE color: 5968777.

HSL color Cylindrical-coordinate representation of color #89135B: hue angle of 323.39º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #89135B is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 19 91 -
CMYK 0 0.86 0.34 0.46
HSL 323.39º 0.76% 0.31% -
HSV(B) 323.39º 0.86% 0.54% -
XYZ 12.44 6.54 10.5 -
YUV 62.49 144.09 181.15 -
System Red Green Blue C M Y K H S L
Decimal 137 19 91 0 0.86 0.34 0.46 323.39 0.76 0.31
Hex 89 13 5B 0 56 22 2E 143 4C 1F
Octal 211 23 133 0 126 42 56 503 114 37
Binary 10001001 10011 1011011 0 1010110 100010 101110 101000011 1001100 11111

Color Harmonies of #89135B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89135B

Black with #89135B

Text Example


Text Example

White with #89135B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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