Html Css Color HEX #89115F Eggplant

📋 copy color: '#89115F'

red 137 ◦ green 17 ◦ blue 95

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

Shades of Eggplant #89115F

Tints of Eggplant #89115F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.83%

 BLUE value IS 95 (37.5% from 255) = 38.15%

R = 55.02%
G = 6.83%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#89115F (or 0x89115F) is known color: Eggplant. HEX triplet: 89, 11 and 5F. RGB value is (137,17,95). Sum of RGB (Red+Green+Blue) = 137+17+95=249 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.02% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 95 (37.5% from 255 or 38.15% from 249); Max value from RGB is 137 - color contains mainly: red. Hex color #89115F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89115F is #76EEA0. Grayscale: #3D3D3D. Windows color (decimal): -7794337 or 6230409. OLE color: 6230409.

HSL color Cylindrical-coordinate representation of color #89115F: hue angle of 321º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #89115F is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 17 95 -
CMYK 0 0.88 0.31 0.46
HSL 321º 0.78% 0.3% -
HSV(B) 321º 0.88% 0.54% -
XYZ 12.58 6.55 11.43 -
YUV 61.77 146.76 181.66 -
System Red Green Blue C M Y K H S L
Decimal 137 17 95 0 0.88 0.31 0.46 321 0.78 0.3
Hex 89 11 5F 0 58 1F 2E 141 4E 1E
Octal 211 21 137 0 130 37 56 501 116 36
Binary 10001001 10001 1011111 0 1011000 11111 101110 101000001 1001110 11110

Color Harmonies of #89115F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89115F

Black with #89115F

Text Example


Text Example

White with #89115F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89115F; }

 p { color: rgb(137,17,95); }

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

background-color css

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

 a { background-color: rgb(137,17,95); }

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

border-color css

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

 span { border-color: rgb(137,17,95); }

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