Html Css Color HEX #89135C Eggplant

📋 copy color: '#89135C'

red 137 ◦ green 19 ◦ blue 92

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

Shades of Eggplant #89135C

Tints of Eggplant #89135C

RGB

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

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

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

R = 55.24%
G = 7.66%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#89135C (or 0x89135C) is known color: Eggplant. HEX triplet: 89, 13 and 5C. RGB value is (137,19,92). Sum of RGB (Red+Green+Blue) = 137+19+92=248 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.24% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 137 - color contains mainly: red. Hex color #89135C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89135C is #76ECA3. Grayscale: #3E3E3E. Windows color (decimal): -7793828 or 6034313. OLE color: 6034313.

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

Color convert

RGB 137 19 92 -
CMYK 0 0.86 0.33 0.46
HSL 322.88º 0.76% 0.31% -
HSV(B) 322.88º 0.86% 0.54% -
XYZ 12.48 6.56 10.73 -
YUV 62.6 144.59 181.06 -
System Red Green Blue C M Y K H S L
Decimal 137 19 92 0 0.86 0.33 0.46 322.88 0.76 0.31
Hex 89 13 5C 0 56 21 2E 143 4C 1F
Octal 211 23 134 0 126 41 56 503 114 37
Binary 10001001 10011 1011100 0 1010110 100001 101110 101000011 1001100 11111

Color Harmonies of #89135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89135C

Black with #89135C

Text Example


Text Example

White with #89135C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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