Html Css Color HEX #89125F Eggplant

📋 copy color: '#89125F'

red 137 ◦ green 18 ◦ blue 95

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

Shades of Eggplant #89125F

Tints of Eggplant #89125F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 38%

R = 54.8%
G = 7.2%
B = 38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#89125F (or 0x89125F) is known color: Eggplant. HEX triplet: 89, 12 and 5F. RGB value is (137,18,95). Sum of RGB (Red+Green+Blue) = 137+18+95=250 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.8% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 137 - color contains mainly: red. Hex color #89125F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89125F is #76EDA0. Grayscale: #3E3E3E. Windows color (decimal): -7794081 or 6230665. OLE color: 6230665.

HSL color Cylindrical-coordinate representation of color #89125F: hue angle of 321.18º 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 #89125F is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 18 95 -
CMYK 0 0.87 0.31 0.46
HSL 321.18º 0.77% 0.3% -
HSV(B) 321.18º 0.87% 0.54% -
XYZ 12.6 6.58 11.43 -
YUV 62.36 146.42 181.24 -
System Red Green Blue C M Y K H S L
Decimal 137 18 95 0 0.87 0.31 0.46 321.18 0.77 0.3
Hex 89 12 5F 0 57 1F 2E 141 4D 1E
Octal 211 22 137 0 127 37 56 501 115 36
Binary 10001001 10010 1011111 0 1010111 11111 101110 101000001 1001101 11110

Color Harmonies of #89125F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89125F

Black with #89125F

Text Example


Text Example

White with #89125F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89125F; }

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

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

background-color css

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

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

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

border-color css

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

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

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