Html Css Color HEX #89055D Eggplant

📋 copy color: '#89055D'

red 137 ◦ green 5 ◦ blue 93

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

Shades of Eggplant #89055D

Tints of Eggplant #89055D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.13%

 BLUE value IS 93 (36.72% from 255) = 39.57%

R = 58.3%
G = 2.13%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#89055D (or 0x89055D) is known color: Eggplant. HEX triplet: 89, 05 and 5D. RGB value is (137,5,93). Sum of RGB (Red+Green+Blue) = 137+5+93=235 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.30% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 137 - color contains mainly: red. Hex color #89055D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89055D is #76FAA2. Grayscale: #363636. Windows color (decimal): -7797411 or 6096265. OLE color: 6096265.

HSL color Cylindrical-coordinate representation of color #89055D: hue angle of 320º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #89055D is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 5 93 -
CMYK 0 0.96 0.32 0.46
HSL 320º 0.93% 0.28% -
HSV(B) 320º 0.96% 0.54% -
XYZ 12.35 6.22 10.91 -
YUV 54.5 149.73 186.84 -
System Red Green Blue C M Y K H S L
Decimal 137 5 93 0 0.96 0.32 0.46 320 0.93 0.28
Hex 89 5 5D 0 60 20 2E 140 5D 1C
Octal 211 5 135 0 140 40 56 500 135 34
Binary 10001001 101 1011101 0 1100000 100000 101110 101000000 1011101 11100

Color Harmonies of #89055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89055D

Black with #89055D

Text Example


Text Example

White with #89055D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89055D; }

 p { color: rgb(137,5,93); }

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

background-color css

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

 a { background-color: rgb(137,5,93); }

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

border-color css

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

 span { border-color: rgb(137,5,93); }

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