Html Css Color HEX #891265 Eggplant

📋 copy color: '#891265'

red 137 ◦ green 18 ◦ blue 101

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

Shades of Eggplant #891265

Tints of Eggplant #891265

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.03%

 BLUE value IS 101 (39.84% from 255) = 39.45%

R = 53.52%
G = 7.03%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#891265 (or 0x891265) is known color: Eggplant. HEX triplet: 89, 12 and 65. RGB value is (137,18,101). Sum of RGB (Red+Green+Blue) = 137+18+101=256 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.52% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 101 (39.84% from 255 or 39.45% from 256); Max value from RGB is 137 - color contains mainly: red. Hex color #891265 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891265 is #76ED9A. Grayscale: #3E3E3E. Windows color (decimal): -7794075 or 6623881. OLE color: 6623881.

HSL color Cylindrical-coordinate representation of color #891265: hue angle of 318.15º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #891265 is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 18 101 -
CMYK 0 0.87 0.26 0.46
HSL 318.15º 0.77% 0.3% -
HSV(B) 318.15º 0.87% 0.54% -
XYZ 12.88 6.69 12.92 -
YUV 63.04 149.42 180.75 -
System Red Green Blue C M Y K H S L
Decimal 137 18 101 0 0.87 0.26 0.46 318.15 0.77 0.3
Hex 89 12 65 0 57 1A 2E 13E 4D 1E
Octal 211 22 145 0 127 32 56 476 115 36
Binary 10001001 10010 1100101 0 1010111 11010 101110 100111110 1001101 11110

Color Harmonies of #891265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891265

Black with #891265

Text Example


Text Example

White with #891265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891265; }

 p { color: rgb(137,18,101); }

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

background-color css

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

 a { background-color: rgb(137,18,101); }

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

border-color css

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

 span { border-color: rgb(137,18,101); }

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