Html Css Color HEX #890450 Eggplant

📋 copy color: '#890450'

red 137 ◦ green 4 ◦ blue 80

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

Shades of Eggplant #890450

Tints of Eggplant #890450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 36.2%

R = 61.99%
G = 1.81%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#890450 (or 0x890450) is known color: Eggplant. HEX triplet: 89, 04 and 50. RGB value is (137,4,80). Sum of RGB (Red+Green+Blue) = 137+4+80=221 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.99% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 137 - color contains mainly: red. Hex color #890450 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890450 is #76FBAF. Grayscale: #343434. Windows color (decimal): -7797680 or 5244041. OLE color: 5244041.

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

Color convert

RGB 137 4 80 -
CMYK 0 0.97 0.42 0.46
HSL 325.71º 0.94% 0.28% -
HSV(B) 325.71º 0.97% 0.54% -
XYZ 11.81 5.98 8.12 -
YUV 52.43 143.56 188.32 -
System Red Green Blue C M Y K H S L
Decimal 137 4 80 0 0.97 0.42 0.46 325.71 0.94 0.28
Hex 89 4 50 0 61 2A 2E 146 5E 1C
Octal 211 4 120 0 141 52 56 506 136 34
Binary 10001001 100 1010000 0 1100001 101010 101110 101000110 1011110 11100

Color Harmonies of #890450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890450

Black with #890450

Text Example


Text Example

White with #890450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890450; }

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

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

background-color css

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

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

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

border-color css

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

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

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