Html Css Color HEX #89125C Eggplant

📋 copy color: '#89125C'

red 137 ◦ green 18 ◦ blue 92

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

Shades of Eggplant #89125C

Tints of Eggplant #89125C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 37.25%

R = 55.47%
G = 7.29%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#89125C (or 0x89125C) is known color: Eggplant. HEX triplet: 89, 12 and 5C. RGB value is (137,18,92). Sum of RGB (Red+Green+Blue) = 137+18+92=247 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.47% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 137 - color contains mainly: red. Hex color #89125C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89125C is #76EDA3. Grayscale: #3D3D3D. Windows color (decimal): -7794084 or 6034057. OLE color: 6034057.

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

Color convert

RGB 137 18 92 -
CMYK 0 0.87 0.33 0.46
HSL 322.69º 0.77% 0.3% -
HSV(B) 322.69º 0.87% 0.54% -
XYZ 12.46 6.52 10.73 -
YUV 62.02 144.92 181.48 -
System Red Green Blue C M Y K H S L
Decimal 137 18 92 0 0.87 0.33 0.46 322.69 0.77 0.3
Hex 89 12 5C 0 57 21 2E 143 4D 1E
Octal 211 22 134 0 127 41 56 503 115 36
Binary 10001001 10010 1011100 0 1010111 100001 101110 101000011 1001101 11110

Color Harmonies of #89125C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89125C

Black with #89125C

Text Example


Text Example

White with #89125C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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