Html Css Color HEX #89024F Eggplant

📋 copy color: '#89024F'

red 137 ◦ green 2 ◦ blue 79

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

Shades of Eggplant #89024F

Tints of Eggplant #89024F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.92%

 BLUE value IS 79 (31.25% from 255) = 36.24%

R = 62.84%
G = 0.92%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#89024F (or 0x89024F) is known color: Eggplant. HEX triplet: 89, 02 and 4F. RGB value is (137,2,79). Sum of RGB (Red+Green+Blue) = 137+2+79=218 (28% of max value = 765). Red value is 137 (53.91% from 255 or 62.84% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 137 - color contains mainly: red. Hex color #89024F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89024F is #76FDB0. Grayscale: #323232. Windows color (decimal): -7798193 or 5177993. OLE color: 5177993.

HSL color Cylindrical-coordinate representation of color #89024F: hue angle of 325.78º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #89024F is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 2 79 -
CMYK 0 0.99 0.42 0.46
HSL 325.78º 0.97% 0.27% -
HSV(B) 325.78º 0.99% 0.54% -
XYZ 11.75 5.93 7.92 -
YUV 51.14 143.73 189.24 -
System Red Green Blue C M Y K H S L
Decimal 137 2 79 0 0.99 0.42 0.46 325.78 0.97 0.27
Hex 89 2 4F 0 63 2A 2E 146 61 1B
Octal 211 2 117 0 143 52 56 506 141 33
Binary 10001001 10 1001111 0 1100011 101010 101110 101000110 1100001 11011

Color Harmonies of #89024F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89024F

Black with #89024F

Text Example


Text Example

White with #89024F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,2,79); }

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

background-color css

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

 a { background-color: rgb(137,2,79); }

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

border-color css

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

 span { border-color: rgb(137,2,79); }

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