Html Css Color HEX #891463 Eggplant

📋 copy color: '#891463'

red 137 ◦ green 20 ◦ blue 99

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

Shades of Eggplant #891463

Tints of Eggplant #891463

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.81%

 BLUE value IS 99 (39.06% from 255) = 38.67%

R = 53.52%
G = 7.81%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#891463 (or 0x891463) is known color: Eggplant. HEX triplet: 89, 14 and 63. RGB value is (137,20,99). Sum of RGB (Red+Green+Blue) = 137+20+99=256 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.52% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 137 - color contains mainly: red. Hex color #891463 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891463 is #76EB9C. Grayscale: #3F3F3F. Windows color (decimal): -7793565 or 6493321. OLE color: 6493321.

HSL color Cylindrical-coordinate representation of color #891463: hue angle of 319.49º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #891463 is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 20 99 -
CMYK 0 0.85 0.28 0.46
HSL 319.49º 0.75% 0.31% -
HSV(B) 319.49º 0.85% 0.54% -
XYZ 12.82 6.72 12.43 -
YUV 63.99 147.76 180.08 -
System Red Green Blue C M Y K H S L
Decimal 137 20 99 0 0.85 0.28 0.46 319.49 0.75 0.31
Hex 89 14 63 0 55 1C 2E 13F 4B 1F
Octal 211 24 143 0 125 34 56 477 113 37
Binary 10001001 10100 1100011 0 1010101 11100 101110 100111111 1001011 11111

Color Harmonies of #891463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891463

Black with #891463

Text Example


Text Example

White with #891463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891463; }

 p { color: rgb(137,20,99); }

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

background-color css

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

 a { background-color: rgb(137,20,99); }

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

border-color css

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

 span { border-color: rgb(137,20,99); }

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