Html Css Color HEX #891361 Eggplant

📋 copy color: '#891361'

red 137 ◦ green 19 ◦ blue 97

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

Shades of Eggplant #891361

Tints of Eggplant #891361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 38.34%

R = 54.15%
G = 7.51%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.29

 K value IS 0.46

RGB Variations

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

Color information

#891361 (or 0x891361) is known color: Eggplant. HEX triplet: 89, 13 and 61. RGB value is (137,19,97). Sum of RGB (Red+Green+Blue) = 137+19+97=253 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.15% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 97 (38.28% from 255 or 38.34% from 253); Max value from RGB is 137 - color contains mainly: red. Hex color #891361 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891361 is #76EC9E. Grayscale: #3E3E3E. Windows color (decimal): -7793823 or 6361993. OLE color: 6361993.

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

Color convert

RGB 137 19 97 -
CMYK 0 0.86 0.29 0.46
HSL 320.34º 0.76% 0.31% -
HSV(B) 320.34º 0.86% 0.54% -
XYZ 12.71 6.65 11.92 -
YUV 63.17 147.09 180.66 -
System Red Green Blue C M Y K H S L
Decimal 137 19 97 0 0.86 0.29 0.46 320.34 0.76 0.31
Hex 89 13 61 0 56 1D 2E 140 4C 1F
Octal 211 23 141 0 126 35 56 500 114 37
Binary 10001001 10011 1100001 0 1010110 11101 101110 101000000 1001100 11111

Color Harmonies of #891361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891361

Black with #891361

Text Example


Text Example

White with #891361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891361; }

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

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

background-color css

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

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

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

border-color css

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

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

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