Html Css Color HEX #890460 Eggplant

📋 copy color: '#890460'

red 137 ◦ green 4 ◦ blue 96

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

Shades of Eggplant #890460

Tints of Eggplant #890460

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.69%

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

R = 57.81%
G = 1.69%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#890460 (or 0x890460) is known color: Eggplant. HEX triplet: 89, 04 and 60. RGB value is (137,4,96). Sum of RGB (Red+Green+Blue) = 137+4+96=237 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.81% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 96 (37.89% from 255 or 40.51% from 237); Max value from RGB is 137 - color contains mainly: red. Hex color #890460 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890460 is #76FB9F. Grayscale: #363636. Windows color (decimal): -7797664 or 6292617. OLE color: 6292617.

HSL color Cylindrical-coordinate representation of color #890460: hue angle of 318.5º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #890460 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 4 96 -
CMYK 0 0.97 0.30 0.46
HSL 318.5º 0.94% 0.28% -
HSV(B) 318.5º 0.97% 0.54% -
XYZ 12.47 6.25 11.62 -
YUV 54.26 151.56 187.02 -
System Red Green Blue C M Y K H S L
Decimal 137 4 96 0 0.97 0.30 0.46 318.5 0.94 0.28
Hex 89 4 60 0 61 1E 2E 13E 5E 1C
Octal 211 4 140 0 141 36 56 476 136 34
Binary 10001001 100 1100000 0 1100001 11110 101110 100111110 1011110 11100

Color Harmonies of #890460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890460

Black with #890460

Text Example


Text Example

White with #890460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890460; }

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

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

background-color css

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

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

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

border-color css

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

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

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