Html Css Color HEX #890560 Eggplant

📋 copy color: '#890560'

red 137 ◦ green 5 ◦ blue 96

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

Shades of Eggplant #890560

Tints of Eggplant #890560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 40.34%

R = 57.56%
G = 2.1%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#890560 (or 0x890560) is known color: Eggplant. HEX triplet: 89, 05 and 60. RGB value is (137,5,96). Sum of RGB (Red+Green+Blue) = 137+5+96=238 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.56% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 137 - color contains mainly: red. Hex color #890560 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890560 is #76FA9F. Grayscale: #363636. Windows color (decimal): -7797408 or 6292873. OLE color: 6292873.

HSL color Cylindrical-coordinate representation of color #890560: hue angle of 318.64º 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 #890560 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 5 96 -
CMYK 0 0.96 0.30 0.46
HSL 318.64º 0.93% 0.28% -
HSV(B) 318.64º 0.96% 0.54% -
XYZ 12.48 6.27 11.62 -
YUV 54.84 151.23 186.6 -
System Red Green Blue C M Y K H S L
Decimal 137 5 96 0 0.96 0.30 0.46 318.64 0.93 0.28
Hex 89 5 60 0 60 1E 2E 13F 5D 1C
Octal 211 5 140 0 140 36 56 477 135 34
Binary 10001001 101 1100000 0 1100000 11110 101110 100111111 1011101 11100

Color Harmonies of #890560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890560

Black with #890560

Text Example


Text Example

White with #890560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890560; }

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

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

background-color css

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

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

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

border-color css

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

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

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