Html Css Color HEX #891360 Eggplant

📋 copy color: '#891360'

red 137 ◦ green 19 ◦ blue 96

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

Shades of Eggplant #891360

Tints of Eggplant #891360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 38.1%

R = 54.37%
G = 7.54%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#891360 (or 0x891360) is known color: Eggplant. HEX triplet: 89, 13 and 60. RGB value is (137,19,96). Sum of RGB (Red+Green+Blue) = 137+19+96=252 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.37% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 137 - color contains mainly: red. Hex color #891360 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891360 is #76EC9F. Grayscale: #3E3E3E. Windows color (decimal): -7793824 or 6296457. OLE color: 6296457.

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

Color convert

RGB 137 19 96 -
CMYK 0 0.86 0.30 0.46
HSL 320.85º 0.76% 0.31% -
HSV(B) 320.85º 0.86% 0.54% -
XYZ 12.66 6.63 11.68 -
YUV 63.06 146.59 180.74 -
System Red Green Blue C M Y K H S L
Decimal 137 19 96 0 0.86 0.30 0.46 320.85 0.76 0.31
Hex 89 13 60 0 56 1E 2E 141 4C 1F
Octal 211 23 140 0 126 36 56 501 114 37
Binary 10001001 10011 1100000 0 1010110 11110 101110 101000001 1001100 11111

Color Harmonies of #891360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891360

Black with #891360

Text Example


Text Example

White with #891360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891360; }

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

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

background-color css

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

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

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

border-color css

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

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

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